Java 8. @Test public void loop_for_java_1_8 () { Arrays.stream(numbers).forEach(x -> System.out.println(x)); }. Iterate using for Loop ...
確定! 回上一頁