4
2
0
2
摘要: 方法: public class ListToMapTest { public Map listToMap(List<User> list) { Map<Integer, User> map = new HashMap<>(); for (User user : list) { map = list 阅读全文
posted @ 2021-09-21 15:50 CoderTL 阅读(157) 评论(0) 推荐(0)