标签:
JSON.stringify()
JSON.parse()
toJSON()
var person={"cardId":"546651353435"};
console.log(JSON.stringify(person));
javascript序列化
原文地址:http://www.cnblogs.com/zhshlimi/p/5650577.html