摘要: 准备两个类 class Person { public string Name { set; get; } public int Age { set; get; } } class Dog { public string Name { get; set; } public string Master 阅读全文
posted @ 2020-06-09 14:49 当年小清新 阅读(249) 评论(0) 推荐(0) 编辑