好方便啊~使用 array 的 removeAll方法移除如下数组中值为7的元素 var numbers = [1, 2, 3, 4, 5, 6, 7] numbers.removeAll(where: { $0 == 7})