JAVA-前台编码,后台解码

前台

var objValue =window.encodeURI(window.encodeURI(queryObj));

alert(objValue);

后台

String descStr = URLDecoder.decode(