摘要: Demo模型类:public class StudentScore{ public int ID { set; get; } public string Name { set; get; } public string Course { set; get; } public int Score { set; get; } public string Term { set; get; }}Demo示例代码:static void Main() { var lst = new List ... 阅读全文
posted @ 2014-03-13 14:15 老泉 阅读(411) 评论(0) 推荐(0) 编辑