for(type element: array) { System.out.println(element); } ... array) { for (int i = 0; i < array.length; i++) { System.out.print(array[i] + " "); } }.
確定! 回上一頁