摘要: 利用java8新特性,可以用简洁高效的代码来实现一些数据处理。 定义1个Apple对象: public class Apple { private Integer id; private String name; private BigDecimal money; private Integer n 阅读全文
posted @ 2020-02-28 09:16 锐洋智能 阅读(1381) 评论(0) 推荐(0) 编辑