Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么简单的方法可以从另一个数组中删除一个数组的内容吗?
如果你有 LINQ
array.Except(array2);