摘要:
using System.Linq; List ListA = new List(); List ListB = new List(); List ListResult = new List(); ListResult = ListA.Distinct().ToList();//去重 ListResult = ListA.Except(ListB).ToList(... 阅读全文
posted @ 2016-12-01 13:14
代码沉思者
阅读(1403)
评论(0)
推荐(0)

浙公网安备 33010602011771号