tagListFromWeb = tagList.stream().map(it -> ((Integer)it).longValue()).collect(Collectors.toList());

tagListFromWeb = tagList.stream().map(it -> ((Integer)it).longValue()).collect(Collectors.toList());
配合

posted @ 2020-09-29 18:27  ukyo--碳水化合物  阅读(186)  评论(0)    收藏  举报