bcastr 使用xml文件乱码的问题
[ 2009-04-03 09:20:47 | 作者: admin ]
解决办法,获取的xml用utf-8编码一下,下面给出c#演示
Response.ContentType = "text/xml";
Response.ContentEncoding = System.Text.Encoding.UTF8;
Response.Write(strXml);
Response.ContentEncoding = System.Text.Encoding.UTF8;
Response.Write(strXml);
[最后修改由 admin, 于 2009-04-03 10:28:26]
评论Feed: http://blog.xg98.com/feed.asp?q=comment&id=1226
这篇日志没有评论。
此日志不可发表评论。