摘要:
serialize() 方法通过序列化表单值,创建 URL 编码文本字符串。 序列化中文和特殊字符时之所以乱码是因为.serialize()调用了encodeURLComponent方法将数据编码了 解决方法:调用decodeURIComponent(XXX,true);将数据解码 var para 阅读全文
posted @ 2017-08-04 15:54
Heron_yu
阅读(160)
评论(0)
推荐(0)
浙公网安备 33010602011771号