2011年12月7日
摘要: View Code //定义一些实体 public class Entity { public Entity(string Names,string Sex) { this.Names = Names; this.Sex = Sex; } public string Names { get; set; } public string Sex { get; set; } }... 阅读全文
posted @ 2011-12-07 23:23 SatanLucifer 阅读(424) 评论(0) 推荐(0) 编辑