... System.out.println("---------使用For-Each 循环-------------"); //增强的for 循环For-Each for(int element:arr) { System.out.println(element); } ...
確定! 回上一頁