Java8 使用 stream().map()提取List对象的某一列值及排重 List对象类(StudentInfo) StudentInfo对象类 测试数据 提取某一列(以name为例) 输出结果如下图: ...