Tomcat中設置編碼

WEB項目查詢參數中出現亂碼,配置Tomcat配置文件編碼(加入URIEncoding="UTF-8"),解決。 編碼

<Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" URIEncoding="UTF-8"/>
相關文章
相關標籤/搜索