字符串与Objec之间互相转换时间:2022-01-14 14:21:09字符串与Objec之间互相转换可通过json实现。 JSON.parse(str);// 字符串转Json Object JSON.stringify(obj);// Obj转字符串