摘要: static void Main(string[] args) { Person ps = new Person(); ps.Name = "CTZ"; ps.Age = 21; Console.WriteLine(ps.GetValue("Name")); Console.WriteLine(ps 阅读全文
posted @ 2021-12-13 17:15 .NET____小白 阅读(134) 评论(0) 推荐(0)