摘要: 1 IList tempList = new List();2 IList tempActionList = new List();3 4 var iactionlist = (from li in tempList5 select li).Distinct();6 foreach (var d in iactionlist)7 {8 tempActionList.Add(d);9 } View Code tempList为... 阅读全文
posted @ 2013-12-05 17:43 笨笨的菜鸟 阅读(188) 评论(0) 推荐(0)