摘要: 去重 两个list对象根据条件去重 List<User> userList 和 List<Person> personList // 去掉 userList 中的 User 的 id 不等于 personList 中的 Person 的 id 的对象 List<User> userList = us 阅读全文
posted @ 2020-01-02 15:05 我是我最后的目击者 阅读(315) 评论(0) 推荐(0)