const a = ["伟大", "人民", "不好吃"]
const b = JSON.parse(a) // 所以b就是JSONArray格式?
const a = "a", b = "b", c = "c"
JSON.parse([a, b,c])
这个报错是怎么回事?
相关分类