美文网首页
Swift_集合 arr.removeAll(),清空所有元素

Swift_集合 arr.removeAll(),清空所有元素

作者: Eyes_cc | 来源:发表于2020-12-22 09:40 被阅读0次
    var numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9]
    numbers.removeAll()
    print(numbers)  // []
    

    相关文章

      网友评论

          本文标题:Swift_集合 arr.removeAll(),清空所有元素

          本文链接:https://www.haomeiwen.com/subject/ikfdnktx.html