日期:2014-05-17 浏览次数:20919 次
response.AddHeader("Content-Disposition", "attachment; filename=\"" + fileName + ".csv\"");
response.ContentType = "application/ms-excel";
response.ContentEncoding = Encoding.GetEncoding("gb2312");