摘要: class Contact { public string name { get; set; } public string phoneNum { get; set; } public int age { get; set; } public string danger { get; set; } 阅读全文