摘要: //collections 代表集合对象;array 代表数组对象 collections.stream().map(p -> p.get("id")).collect(Collectors.toList()); Arrays.stream(array).map(p -> p.get("id")). 阅读全文
posted @ 2025-11-14 10:28 oioele 阅读(4) 评论(0) 推荐(0)