1、将对象转换为JSON格式字符串 JSON.stringify(object) 2、将JSON字符串转换为对象 JSON.parse(jsonString); 转载于:https://www.cnblogs.com/pcx105/p/10533186.html