兩個數組中取相同與不同數據

已知有兩個數組 數組A string[] A={「abc」,「bcd」,「cde」,「def」} 數組B string[] B={「cde」,「def」,「efg」,「fgh」} List list1 = new List(A);//將數組轉換爲集合 List list2 = new List(B);//將數組轉換爲集合 string[] array1 = list1.ToArray();//將集
相關文章
相關標籤/搜索