用Request.QueryString.Get()解析出来的中文字符串有时会不完整,解决方法很简单,在web.config中,可以试着改变web.config中的参数:   
<globalization
            requestEncoding="gb2312"
            responseEncoding="gb2312" 
  />

相关文章:

  • 2021-10-27
  • 2022-12-23
  • 2021-12-01
  • 2022-03-10
  • 2022-01-07
  • 2022-12-23
  • 2022-01-09
猜你喜欢
  • 2022-12-23
  • 2021-11-10
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
相关资源
相似解决方案