ArrayList與Array差在於因為他是一個寫好的類別,有很多可以直接用的程式碼。 ArrayList使用方法: 1.建構. ArrayList<String> myList = new ArrayList<String>(); ...
確定! 回上一頁