1.将eclipse设置编码方式为UTF-8格式
Window→Preferences→General→WorkSpace→Text file encoding
2.将jsp页面设置为UTF-8
3.Tomcat服务器server.xml中设置UTF-8编码
添加这些 useBodyEncodingForURI="true" IEncoding="UTF-8" URIEncoding="UTF-8"
4.再就是web.xml中配置编码过滤器(注:要配置在所有过滤器的前面)
1.将eclipse设置编码方式为UTF-8格式
Window→Preferences→General→WorkSpace→Text file encoding
2.将jsp页面设置为UTF-8
3.Tomcat服务器server.xml中设置UTF-8编码
添加这些 useBodyEncodingForURI="true" IEncoding="UTF-8" URIEncoding="UTF-8"
4.再就是web.xml中配置编码过滤器(注:要配置在所有过滤器的前面)