在要接收gb2312的目录中创建一个web.config文件,内容如下:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<globalization fileEncoding="gb2312" requestEncoding="gb2312" responseEncoding="gb2312"/>
</system.web>
</configuration>
这样就可以了!
转自:
本文共 306 字,大约阅读时间需要 1 分钟。
在要接收gb2312的目录中创建一个web.config文件,内容如下:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<globalization fileEncoding="gb2312" requestEncoding="gb2312" responseEncoding="gb2312"/>
</system.web>
</configuration>
这样就可以了!
转自:
转载于:https://www.cnblogs.com/children/archive/2011/03/12/1982137.html