摘要: ArrayList arr = new ArrayList(); arr.Add(new People("A", 10)); arr.Add(new People("B", 20)); arr.Add(new ... 阅读全文
posted @ 2015-08-11 20:50 niaomingjian 阅读(2840) 评论(0) 推荐(0) 编辑
摘要: public class People { public string Name; public int Age; public People(string name, int age) { this.Nam... 阅读全文
posted @ 2015-08-11 20:47 niaomingjian 阅读(1137) 评论(0) 推荐(0) 编辑