function prepend(arr, item) { let arr1 = [...arr]; arr1.shift() return arr1 }
3

相关推荐

牛客网
牛客网在线编程
牛客网题解
牛客企业服务