日期:2014-05-16 浏览次数:20352 次
js传参数乱码
前端l两次encode
var unitNm = encodeURI(encodeURI(unitNm));
?
action中decode
unitNm = URLDecoder.decode(unitNm,"UTF-8");