class Hello{ public static void main(String[] args){ //創建一個容器使用Collection介面的子類 ArrayList a = new ArrayList(); a.add("x"); ...
確定! 回上一頁