在action中打印为乱码 在struts.xml中添加
<constant name="struts.i18n.encoding" value="UTF-8"></constant>
tomcat server.xml中添加 URIEncoding="UTF-8"
本文介绍了解决Struts框架中Action打印出现乱码的问题。通过在struts.xml配置文件中设置UTF-8编码,并在Tomcat server.xml文件中指定URIEncoding为UTF-8,确保了系统的正确字符编码。
在action中打印为乱码 在struts.xml中添加
<constant name="struts.i18n.encoding" value="UTF-8"></constant>
tomcat server.xml中添加 URIEncoding="UTF-8"

被折叠的 条评论
为什么被折叠?