在确保请求服务编码格式为utf-8的情况下,确保tomcat的配置

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

默认编码格式为IOS-8859-1

05-07 15:38