luoyikun

导航

2018年9月20日 #

c#:两个list不同元素,值类型,对象类型

摘要: 基本值类型 public static List<T> GetListDiff<T>(List<T> listA,List<T> listB) { List<T> ret = new List<T>(); if (listA.Count > listB.Count) ret = listA.Exce 阅读全文

posted @ 2018-09-20 16:33 luoyikun 阅读(21) 评论(0) 推荐(0)