jsp between passing parameters to accept Chinese garbled code problem solution

  • 2020-12-22 17:44:58
  • OfStack

tomcat configuration file server. xml
 
<Connector port="8080" protocol="HTTP/1.1" 
maxThreads="150" connectionTimeout="20000" 
redirectPort="8443" URIEncoding="UTF-8"/> 

See if you have URIEncoding=" UTF-8 ", and if you don't, try adding it

Related articles: