摘要:
序列化中文时之所以乱码是因为.serialize()调用了encodeURLComponent方法将数据编码了 解决方法就是进行解码 原因:.serialize()自动调用了encodeURIComponent方法将数据编码了 解决方法:调用decodeURIComponent(XXX,true); 阅读全文
posted @ 2017-01-05 15:45
s.octopus
阅读(2400)
评论(0)
推荐(0)

浙公网安备 33010602011771号