String转List或List转String

String转List<Integer> List<Integer> arrearsIds = Arrays.stream(credential.getUncollectedChargesId().split(",")).map(string -> Integer .parseInt(string.trim())).collect(Collectors.toList
相关文章
相关标签/搜索