有时候后台接口传过来的数据就是这么intesting: const str = `[{name: 'a', age: 15}, {name: 'b', age: 16}]` const arr = JSON.parse(str)