摘要: String str="qqqweaaaasdffg";HashMap<String, Long> collect = Stream.of(str.split("")).collect(Collectors.groupingBy(Function.identity(), HashMap::new, 阅读全文
posted @ 2021-08-19 16:01 冬冬20191024 阅读(478) 评论(0) 推荐(0)