springmvc post提交乱码
Posted 沙漠里的小鱼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springmvc post提交乱码相关的知识,希望对你有一定的参考价值。
对于get乱码
String userName = new String(request.getParamter("userName").getBytes("ISO8859-1"),"utf-8")
或者
<Connector URIEncoding="utf-8" connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/>
以上是关于springmvc post提交乱码的主要内容,如果未能解决你的问题,请参考以下文章