String[] array = {"1", "2", "3"}; for (int i = 0; i < array.length; i++) { System.out.println(array[i]); }. kotlin寫法.
確定! 回上一頁