概念介紹array我認為是寫js一定會使用到的型態之一,array像是stack的觀念 ... 1, 2, 3, 4, 5] /* 將數字6加入array後*/ array.push(6) /* 輸出array ...
確定! 回上一頁