2010年11月3日 — If you want the first element of an array without modifying the original you can use array[0] or array.map(n=>n).shift() (without the map you ...
確定! 回上一頁