摘要:
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
阅读(431)
评论(0)
推荐(0)
浙公网安备 33010602011771号