陋室铭
永远也不要停下学习的脚步(大道至简至易)

摘要: System.Web.HttpResponse httpResponse = Page.Response; httpResponse.AppendHeader("Content-Disposition","attachment;filename="+HttpUtility.UrlEncode(fileName,System.Text.Encoding.UTF8)); httpResponse.Co... 阅读全文
posted @ 2009-09-01 09:44 宏宇 阅读(720) 评论(0) 推荐(0) 编辑