摘要: 1、单条数据绑定①建立数据类 public class Employee { public string Name { get; set; } public int Number { get; set; } public string Post { get; set; } public Double Salary { get; set; } public Employee(string name, int number, string post, Double salary) { ... 阅读全文
posted @ 2014-03-20 22:06 狰狞蛋子 阅读(207) 评论(0) 推荐(0) 编辑