0
点赞
收藏
分享

微信扫一扫

Java - JDK1.8 List 打印输出技巧


List list = new ArrayList();
list.forEach(System.out::println);


举报

相关推荐

0 条评论