摘要: class Program { static void Main(string[] args) { Person person = new Person(); Person chinese2 = new Chinese();//chinese继承自person,所以允许转换 List<Person> 阅读全文
posted @ 2020-08-26 17:20 ilyyin 阅读(401) 评论(0) 推荐(0) 编辑