Lambda表达式之foreach

常规情况下我们一般是用简单for循环或者增强for循环 List<String> list = new ArrayList<>(); list.add("123"); //第一种 for (int i = 0; i < list.