【MapSheep】
[好记性不如烂笔头]
摘要: Java8部分特性及list的常见操作 public class SkuList { public static void main(String[] args) { List<User> students = new ArrayList<>(); User st1 = new User(); st 阅读全文
posted @ 2022-01-07 21:49 (Play) 阅读(163) 评论(0) 推荐(0)