前端 json 转换

将对象转换为 json 字符串
JSON.stringify(data)

将json字符串转换为 对象
JSON.parse(data)

你可能感兴趣的:(前端,知识点,前端)