而ArrayList是可動態改變大小的,它可以隨時從陣列中添加或刪除一個元素 ... ArrayList list = new ArrayList(); ... void add(int index, E element)
確定! 回上一頁