server.xml 加上 URIEncoding="UTF-8" 这句

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

相关文章:

  • 2022-12-23
  • 2021-12-15
  • 2021-06-15
  • 2022-12-23
  • 2022-02-23
  • 2022-01-12
  • 2021-12-04
猜你喜欢
  • 2021-04-13
  • 2022-01-17
  • 2022-01-10
  • 2021-12-05
  • 2022-01-10
  • 2021-12-02
  • 2021-12-31
相关资源
相似解决方案