在asp.net中可以在两个地方设置接受发送编码 

web.config中加入 <system.web> <globalization requestencoding="utf-8" responseencoding="utf-8" /> </system.web>

相关文章: