Tomcat編碼問題

TOMCAT中的server.xml中的
<Connector中添加兩個設置useBodyEncodingForURI="true" //設置POST和GET使用相同編碼
URIEncoding="UTF-8" //對URI使用utf-8編碼處理
?
<Connector  useBodyEncodingForURI="true" URIEncoding="UTF-8"connectionTimeout="20000" maxThreads="150" port="8888" protocol="HTTP/1.1" redirectPort="8443"/>
相關文章
相關標籤/搜索