摘要: 要在导出文件名前加HttpUtility.UrlEncode 如下例Response.AddHeader("Content-Disposition", "attachment; filename=" +HttpUtility.UrlEncode(fileName)+ ".xls"); 阅读全文
posted @ 2014-04-29 15:19 anglexia 阅读(689) 评论(0) 推荐(0) 编辑