摘要:
Response.Clear(); Response.Charset = "GB2312"; Response.ContentEncoding = System.Text.Encoding.GetEncoding("GB2312"); Response.AppendHeader("Content-Disposition", "attachment;filename=" + HttpUtility.UrlEncode(FileName, System.Text.Encoding.UTF8).ToString()); 阅读全文
posted @ 2013-07-03 14:47
努力实现目标
阅读(1464)
评论(1)
推荐(1)
浙公网安备 33010602011771号