Jquery序列化与反序列化备忘

序列化:JSON.stringify(obj)

反序列化:$.parseJSON(str)

原文地址:https://www.cnblogs.com/nanfei/p/6043877.html