1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > spring mvc 传中文 到controller层乱码的 解决方法

spring mvc 传中文 到controller层乱码的 解决方法

时间:2018-05-31 15:24:25

相关推荐

spring mvc 传中文 到controller层乱码的 解决方法

String sta =null;

try {

sta = new String(status.getBytes("iso-8859-1"),"utf-8");

} catch (UnsupportedEncodingException e) {

}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。