要在导出文件名前加HttpUtility.UrlEncode 如下例
Response.AddHeader("Content-Disposition", "attachment; filename=" +HttpUtility.UrlEncode(fileName)+ ".xls");