ArrayList<String> places = new ArrayList<String>(Arrays.asList("a", "b", "c", "d", "e", "f")); String firstElement = list.get(0); ...
確定! 回上一頁