摘要: public class Student { public string Name { get; set; } public int Age { get; set; } public Student(String _name, int _age) { this.Name = _name; this.Age = _ag... 阅读全文
posted @ 2016-11-25 15:58 szlailai 阅读(504) 评论(0) 推荐(0) 编辑