在要接收gb2312的目录中创建一个web.config文件,内容如下:

<?xml version="1.0" encoding="utf-8"?>

<configuration>
<system.web>
<globalization fileEncoding="gb2312" requestEncoding="gb2312" responseEncoding="gb2312"/>
    </system.web>

</configuration>

这样就可以了!

转自:http://tonydaix.blog.163.com/blog/static/91391750200952523317415/

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2021-08-23
相关资源
相似解决方案