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-04-25 14:26
posted @ 2016-04-07 16:11
posted @ 2016-04-05 10:29
posted @ 2016-02-16 13:29
posted @ 2015-09-21 09:35