.net从服务器下载文件中文名乱码解决方案
从服务器下载文件中文名乱码解决方案,具体文字说明不多了,直接贴代码了,具体代码如下: try { string excelName = Request[excelName].ToString(); //文件路径 string fileName = Request[fileName].ToString(); //下载的文件名 if(!(string.IsNullOrEmpty(excelName)|| string.IsNullOrEmpty(fileName))) { Response.Charset = GB
下载地址
用户评论