foreach * @param list */ public static void foreachMethod(List<Integer> list){ list.forEach(i ->{ System.out.println("++++++++++++"); });
確定! 回上一頁