会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
平凡之上
博观而约取,厚积而薄发! 守得云开见月明。
博客园
首页
新随笔
新文章
联系
订阅
管理
2022年6月16日
8.forEach的使用
摘要: 1 List<customer> list //一个类是customer的列表 2 3 /* for(int i = 0;i < list.size();i++){ 4 System.out.println(list.get(i)); 5 }*/ 6 //list.forEach(System.ou
阅读全文
posted @ 2022-06-16 16:26 平凡之上
阅读(22)
评论(0)
推荐(0)
编辑