天天看点

get方法请求中文参数乱码

js编码两次:source = encodeURI(encodeURI(source));

后台解码一次:source = java.net.URLDecoder.decode(source,"utf-8");