日期:2014-05-16  浏览次数:20312 次

js中文参数传递乱码

js传参数乱码

前端l两次encode

var unitNm = encodeURI(encodeURI(unitNm));

?

action中decode

unitNm = URLDecoder.decode(unitNm,"UTF-8");