encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 forceEncoding true
这个一定要在web.xml加上,第二个参数不能少,不然你会返现返回的页面都是乱码
本文共 411 字,大约阅读时间需要 1 分钟。
encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 forceEncoding true
这个一定要在web.xml加上,第二个参数不能少,不然你会返现返回的页面都是乱码
转载于:https://my.oschina.net/u/867830/blog/488415