swift 如何删除subviews时间:2023-03-09 20:12:31 scrollView.subviews.map { (var view) -> () in if (view is UIButton) { view.removeFromSuperview() } }