我試圖在這個數組中打印每個值的索引值。 Integer[] i = { 0, 2, 3, 4, 4 }; for (int each : i) { System.out.print(Arrays.asList(i).indexOf(each) +.
確定! 回上一頁