摘要: 1 Person p = new Person(); 2 p.Id = 1; 3 p.Name = "张三"; 4 p.Sex = "男"; 5 p.Weight = 65; 6 p.Height = 180; 7 p.Birthday = DateTime.Now; 8 9 List<Person 阅读全文
posted @ 2017-06-08 14:25 段十八丶 阅读(328) 评论(0) 推荐(0)