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.
我目前开发了一个小项目;我在 listview 自定义布局中使用按钮事件,并将数据添加到 listview 中。但是现在如何判断数据已经添加(如何判断重复数据?)
1> 使用列表的contain() 方法检查数据是否添加到列表中。
2> 此函数返回布尔值。因此,使用它可以防止列表视图中的重复数据。