码迷,mamicode.com
首页 > 其他好文 > 详细

前台传参到后台出现中文乱码问题

时间:2019-05-13 14:13:28      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:cte   iso   出现   文件中   转换   XML   for   -name   ORC   

方法一:在xml文件中添加字符集过滤 SpringEncodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 forceEncoding true SpringEncodingFilter /* 方法二:在代码中转换格式 key为前台传过来的参数 String str = new String(key.getBytes("iso-8859-1"),"UTF-8");

前台传参到后台出现中文乱码问题

标签:cte   iso   出现   文件中   转换   XML   for   -name   ORC   

原文地址:https://www.cnblogs.com/MT-1996/p/10856162.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!