摘要: Map<String, String> currentProductChangeMap = list.stream().collect(Collectors.toMap(e -> e.getName(), e -> e.getVal(),(oldData,newData)->newData)); 当 阅读全文
posted @ 2023-06-15 14:58 可观可乐 阅读(355) 评论(0) 推荐(0)