2019年8月28日

数组转list

摘要: 例如String数组转成Integer泛型的List String [] pathArr = deptPath.split(","); Lit<Integer> deptIds = Arrays.stream(pathArr).map(Integer::valueOf).collect(Collec 阅读全文

posted @ 2019-08-28 14:20 风再起时9302 阅读(158) 评论(0) 推荐(0)

导航