摘要:
1、List中可以添加任何对象,包括自己定义的新的类。class Person{.....}上面定义了一个Person类,下面看好如何使用ListPerson p1=new Person();Person p2=new Person();List list=new ArrayList();list.... 阅读全文
posted @ 2015-10-14 20:00
孤独的潜行
阅读(364)
评论(0)
推荐(0)
2015年10月14日