for (index,item) in Arr.enumerated() { if item == item { Arr.remove(at: index) } }
更好的方法是用数组的filter尾随闭包