List ; public class TestCollections { public static void main(String args[]) { //註意List是實現Collection介面的 List list = new ArrayList(); double array[] ...
確定! 回上一頁