我們可以用array literal [] 來宣告一個新陣列。 語法: var arrayName = [item1, item2, ...]; ... 你可以用 push() 方法來新增元素到陣列最後面:
確定! 回上一頁