List <Integer> list = new ArrayList<>(); Integer[] otherList = new Integer[] {1, 2, 3, 4, 5}; Collections.addAll(list, otherList);. Similarly to ...
確定! 回上一頁