encodeURI后台乱码(解决)
摘要:window.location.href = xxxx?a=encodeURI(encodeURI(name)) ; name是中文,页面部分需要编码两次 name = java.net.URLDecoder.decode(name, "UTF-8"); 为什么要连续两次调用encodeURI(St
阅读全文
posted @ 2016-05-25 14:27
posted @ 2016-05-25 14:27
posted @ 2016-05-25 14:23
posted @ 2016-05-18 10:09
posted @ 2016-05-11 15:42