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.
这是我尝试使用的代码:
if (results.Contains<string>(split.Any<string>) { }
对于我正在编写的程序,我真的需要这个
if (result.Intersect(split).Any())