2015年9月24日
摘要: 【问】List sortedList = (from a in keyWordList orderby a.Total descending select a).ToList();这是将keyWordList 按照 Total 降序排列,我现在想用一种方法取它的降序排列的前100个,能用一条语句实现... 阅读全文
posted @ 2015-09-24 20:52 lui 阅读(16078) 评论(0) 推荐(0) 编辑