class java_ex34_array_for { · public static void main(String[] args) { · //使用 for 迴圈遍歷一維陣列 · int[] a = new int[5]; · a[0] = 66; ...
確定! 回上一頁