当前位置: 代码迷 >> JavaScript >> struts2+Json 取值乱码有关问题
  详细解决方案

struts2+Json 取值乱码有关问题

热度:115   发布时间:2012-10-10 13:58:11.0
struts2+Json 取值乱码问题
页面通过AJAX请求传值到Action时乱码
页面编码:GBK
解决问题办法:设置struts.properties中struts.i18n.encoding=utf-8 解决问题
具体什么原因,可以看下如下帖子:
http://www.iteye.com/topic/300540
  相关解决方案