大家好,又见面了,我是你们的朋友全栈君。
List<String> picUrlList= Arrays.asList(picUrls .split(","))
.stream()
.map(s -> (s.trim()))
.map(s -> (ApiUrlConstant.HOST_URL + s))
.collect(Collectors.toList());
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/146377.html原文链接:https://javaforall.net