只需一步,快速开始
方法:1、使用delete,语法“delete arr”;2、使用pop(),语法“arr.pop()”;3、使用splice(),语法“arr.splice(开始位置,删除项数)”;4、使用prototype原型方法。
首页
分类
索引
我的