摘要: class Program { static void Main(string[] args) { List<Person> people = new List<Person>() { new Person(1,12), new Person(1,24), new Person(1,26) }; v 阅读全文
posted @ 2019-12-02 21:28 小新的开始 阅读(649) 评论(0) 推荐(0)