困惑了好久才找到问题所在。
struts.properties文件的struts.i18n.encoding设置错了,不应该设置成GBK,而应按如下设置:
struts.i18n.encoding = UTF-8
因为Ajax的Post提交,是以UTF-8编码提交的。
原文链接:https://www.f2er.com/ajax/165295.html困惑了好久才找到问题所在。
struts.properties文件的struts.i18n.encoding设置错了,不应该设置成GBK,而应按如下设置:
struts.i18n.encoding = UTF-8
因为Ajax的Post提交,是以UTF-8编码提交的。
原文链接:https://www.f2er.com/ajax/165295.html