从jsp页面提交参数到action中,一直乱码。

org.springframework.web.filter.CharacterEncodingFilter加了,还是不能解决问题。

一直尝试用各种字符集来解码,都不管用。

最终解决办法很简单,就是把提交方法改为post。

莫非参数在get传递中已经被解码解坏了,而在post中是按原来字节传递的?猜测。

相关文章:

  • 2021-11-19
  • 2021-09-07
  • 2021-11-11
  • 2022-12-23
  • 2021-08-09
  • 2022-02-15
  • 2022-03-01
猜你喜欢
  • 2021-05-09
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2021-08-24
相关资源
相似解决方案