数据库编码与tomcat,页面编码怎么统一

数据库编码与tomcat,页面编码如何统一现 数据编码 为GBK,页面编码为GBK,则tomcat的uri编码可以设成:Conne

数据库编码与tomcat,页面编码如何统一
现 数据编码 为GBK,页面编码为GBK,则tomcat的uri编码可以设成:

    <Connector port="8080" protocol="HTTP/1.1" URIEncoding="UTF-8"
               connectionTimeout="20000"
               redirectPort="8443" />

即可