摘要: 源测试代码如下 public class ForEachTest { public void test4Iterate(Iterable<String> strings) { for (String str : strings) { System.out.println(str); } } publ 阅读全文
posted @ 2020-05-06 15:36 yytxdy 阅读(264) 评论(0) 推荐(0) 编辑