摘要: 如果要为整个项目设置页面编码,那么就可以在 Web.config 文件中添加一个 Globalization 属性,然后设置它的 fileEncoding、requestEncoding,和 responseEncoding 特性:<configuration> <system.web> <globalization fileEncoding="utf-8" requ... 阅读全文
posted @ 2009-08-19 14:05 chlyzone 阅读(308) 评论(1) 推荐(1) 编辑