js string转json要注意的地方
更新:HHH   时间:2023-1-7


JSON.parse('{"apiId":"22","name":"33"}');

1.json要用引号括起来
2.json串的引号和json中key的引号不能是同一种

返回web开发教程...