Json对象扩展时间:2023-03-09 22:04:31 1、JSON.stringify(obj/arr) js对象(数组)转换为json对象(数组) 2、JSON.parse(json) json对象(数组)转换为js对象(数组)