js中如何将object转化为json数据,json数据转js对象

js对象转json数据:  JSON.stringify();

json数据转js对象:  JSON.parse();

原文地址:https://www.cnblogs.com/taxun/p/13495758.html