摘要: List 的遍历 ArrayList<String> list = new ArrayList<>(); 1 forEach循环遍历 list.forEach(new Consumer<String>() { @Override public void accept(String s) { Syst 阅读全文
posted @ 2023-03-14 22:22 VIoleng 阅读(28) 评论(0) 推荐(0)