会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一路前行
路漫漫其修远兮,吾将上下而求索.
博客园
首页
新随笔
联系
订阅
管理
2007年8月16日
解决下载文件名乱码问题的简单方法
摘要: (1)方法一:string fileName="中文.xls"; string filePath = @"/UpLoad/Reports" FileInfo file = new FileInfo(System.Web.HttpContext.Current.Server.MapPath(filePath)+fileName); Response.Charset = "utf-8"; Re...
阅读全文
posted @ 2007-08-16 19:06 一路前行
阅读(5758)
评论(2)
推荐(0)
编辑