經常碰到中文亂碼問題,web,xml 配置過,前端配置過一般都能解決問題。 另外還有一種 ,tomcat的配置 加入 ...
經常碰到中文亂碼問題,web,xml 配置過,前端配置過一般都能解決問題。 另外還有一種 ,tomcat的配置
<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443" URIEncoding="utf-8" />
加入
URIEncoding="utf-8" 可以解決中文亂碼問題,一般是get請求 中文數據會拼接在url上 故亂碼