摘要:
using System.Linq; List ListA = new List(); List ListB = new List(); List ListResult = new List(); ListResult = ListA.Distinct().ToList();//去重 ListResult = ListA.Except(ListB).ToList();//差集 ListR... 阅读全文
posted @ 2016-05-26 17:03
代码沉思者
阅读(420)
评论(0)
推荐(0)

浙公网安备 33010602011771号