修改tomcat的默認編碼

tomcat/conf/server.xml中找到 Connector 在後面加上 URIEncoding="UTF-8" 即可。


   <Connector port="8080" protocol="HTTP/1.1"

      connectionTimeout="20000"  URIEncoding="UTF-8"

      redirectPort="8443" />

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章