Java 中的列表 List 是一個介面,由 ArrayList 、 LinkedList 、 Vector 和 Stack ... new ArrayList(); myArrayList.add(1); myArrayList.add(2); ...
確定! 回上一頁