摘要: 排序 Student sModel = new Student(); List<Student > list = new List<Student >(); list= list.OrderBy(s=> s.Age).ThenBy(s => s.Sort).ToList(); 过滤 Student 阅读全文
posted @ 2019-01-05 09:29 蓅烺ゞの貓 阅读(351) 评论(0) 推荐(0) 编辑