allList = new ArrayList<String>(); //子類別 allCollection = new ArrayList<String>(); //向上轉型 //新增資料 allList.add("Hello");
確定! 回上一頁