Arrays.fill(names, null); System.out.println("Names = " + Arrays.toString(names)); Integer[] numbers = {1, 2, 3, 4, 5, 6, 7, 8, 9, ...
確定! 回上一頁