摘要: List<Long> cdids = Arrays.asList(params.get("cdids").toString().split(",")).stream().map(s -> Long.parseLong(s.trim())).collect(Collectors.toList()); 阅读全文
posted @ 2019-08-15 17:29 麦田守望 阅读(13216) 评论(0) 推荐(0) 编辑