2012年6月21日
摘要: 接口中反馈的数据有中文,所以编码格式需要控制。 1 <globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="gb2312"/> 2 </system.web> 3 <location path="weather.aspx"> 4 <system.web> 5 <globalization requestEncoding="gb2312" res 阅读全文
posted @ 2012-06-21 15:11 Eleanore Lee 阅读(4833) 评论(0) 推荐(0)