js对象,字符串 互相 转换时间:2022-09-28 14:12:51 JSON.stringify(jsonobj); //可以将json对象转换成json字符串 反过来: JSON.parse(jsonstr); //可以将json字符串转换成json对象