使用foreach遍歷集合元素

1 代碼示例java import java.util.*; public class ForeachTest { public static void main(String[] args) { // 建立集合、添加元素的代碼與前一個程序相同 Collection books = new HashSet(); books.add(new String("book1"));
相關文章
相關標籤/搜索