摘要: // 分组 Map<String, List<ChartDataView>> map = data.stream().map(t -> { ChartDataView c = new ChartDataView(); c.setDimension1(t.getDimension10()); c.se 阅读全文
posted @ 2022-08-29 09:17 阿灿呀 阅读(1153) 评论(0) 推荐(0)