JSON对象和string的相互转换时间:2024-01-04 09:23:02JSON.stringify(obj) 将JSON转为字符串。 JSON.parse(string) 将字符串转为JSON格式。