Stream流:遍历集合,对集合中的数据进行过滤
传统方式:使用传统的方式,遍历集合,对集合中的数据进行过滤示例:public class Demo01List { public static void main(String[] args) { //创建一个List集合,存储姓名 List<String> list = new ArrayList<>(); list.add("刘亦菲"); list.add