题解 | #新数组#
新数组
https://www.nowcoder.com/practice/bee781a51bc944bbad20f3c2ca798890
const _delete = (array,index) => array.filter((i,j)=>j!==index)
新数组
https://www.nowcoder.com/practice/bee781a51bc944bbad20f3c2ca798890
const _delete = (array,index) => array.filter((i,j)=>j!==index)
相关推荐