Swift_集合 arr.removeAll(),清空所有元素2020-12-22 本文已影响0人 Eyes_ccvar numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9] numbers.removeAll() print(numbers) // []