String转Json

124 阅读1分钟

data.jpg 后端返回的数据,其中familyMembers和guardianInfo类型是String,需要转成Json做循环。 json.jpg console.log(JSON.parse(res.data.guardianInfo))