去除数组、对象某个元素

arr.split(下标 ,几个);

delete obj.name;

原文地址:https://www.cnblogs.com/miaSlady/p/8387126.html