向浏览器发送编码信息,设置一下Response.ContentEncoding即可
Response.ContentEncoding = System.Text.Encoding.GetEncoding("GB2312");posted @ 2005-05-26 20:27 S.Sams 阅读(328) 评论(0) 编辑
向浏览器发送编码信息,设置一下Response.ContentEncoding即可
Response.ContentEncoding = System.Text.Encoding.GetEncoding("GB2312");