73.1% const _delete = (array,index) => { // 补全代码 let arr=[] if(index+1>=array.length) arr=array.slice(0,index...