var index = 2;//某下标 //筛选出下标不相同的项,组成新数组 var arr = this.data.list.filter((item,ind)=>{ return ind != index })