当前位置: 首页 > 文档资料 > JSON 教程 >

1.4.3 删除 JSON 数组元素

优质
小牛编辑
140浏览
2023-12-01

你可以使用delete关键字来删除数组元素。如:

delete myObj.sites[1];