- .nonEmpty
// 数组(存有很多字符串)中如果有 idValue(某个String类型的),就把idValue置为null
if(arr.toSet.intersect(Set(idValue)).toList.nonEmpty){idValue=null}
- .contians
// 数组(存有很多字符串)中如果有 idValue(某个String类型的),就把idValue置为null
if(arr.toSet.intersect(Set(idValue)).toList.nonEmpty){idValue=null}