有时候后台接口传过来的数据就是这么intesting:
const str = `[{name: 'a', age: 15}, {name: 'b', age: 16}]`
const arr = JSON.parse(str)
有时候后台接口传过来的数据就是这么intesting:
const str = `[{name: 'a', age: 15}, {name: 'b', age: 16}]`
const arr = JSON.parse(str)
本文标题:js将字符串转为对象数组
本文链接:https://www.haomeiwen.com/subject/gxxbrqtx.html
网友评论