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.
我有一个问题,我如何在将值插入到arraylist之前先检查这些值是否已经存储在arraylist中。
您可以使用ArrayList.Contains方法。
但最好考虑使用List<T>类而不是 ArrayList。
List<T>