1:使用js编码
var value=window.encodeURI(window.encodeURI(strValue));
2:Java类中解码。
String str=URLDecoder.decode(value,"UTF-8");
1:使用js编码
var value=window.encodeURI(window.encodeURI(strValue));
2:Java类中解码。
String str=URLDecoder.decode(value,"UTF-8");