tomcat7 ajax请求服务中文乱码时间:2023-03-08 23:17:44 在确保请求服务编码格式为utf-8的情况下,确保tomcat的配置 <Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443" URIEncoding="UTF-8"/> 默认编码格式为IOS-8859-1