摘要:
方法一:在web.config配置文件中添加如下代码<system.web><globalization fileEncoding=”gb2312”requestEnconding=”gb2312”responseEncoding=”gb2312”culture=”zh-CN” /></system.web>方法二:<%@PageLanguage="C#"ContentType="text/html"ResponseEncoding="utf-8"%> 阅读全文
posted @ 2012-06-27 21:31
兰保明
阅读(140)
评论(0)
推荐(0)