Str为前台传过来的中文字符串:
String inputer = new String( Str.getBytes("ISO-8859-1") , "GB2312");
var theid = encodeURI(encodeURI(id)); //中文及全角字符转码
URLDecoder.decode(thevcorigin, "UTF-8");// 后台解码,参数为(需解码的字符串,需要转成什么编码类型)
String filePath = URLEncoder.encode(filePath,“utf-8”); //java转码
版权声明:本文为博主原创文章,未经博主允许不得转载。
原文地址:http://blog.csdn.net/xu758142858/article/details/46722299