///循环查找当前数组中是否已经添加过该元素
model = selectModel.contains(where: { (item) -> Bool in
return item == "需要判断的元素"
})
///循环查找当前数组中是否已经添加过该元素
model = selectModel.contains(where: { (item) -> Bool in
return item == "需要判断的元素"
})
本文标题:Swift --- 查找数组中是否包含某个元素
本文链接:https://www.haomeiwen.com/subject/ubtuihtx.html
网友评论