If you want to remove the first element in an array, you can use Array.prototype.slice() on an array named arr like this: arr.slice(1) . Here is ...
確定! 回上一頁