摘要:
把多个企鹅的信息添加到集合中 查看企鹅的数量及所有企鹅的信息 删除集合中部分企鹅的元素 判断集合中是否包含指定企鹅 import java.util.ArrayList; import java.util.List; public class TestList { public static voi 阅读全文
摘要:
public class ColaEmployee { String name; int month; public ColaEmployee() { } public ColaEmployee(String name,int month){ this.name=name; this.month=m 阅读全文