p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Menlo; color: #18b5b1 }
p.p2 { margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Menlo; color: #e7e8eb }
p.p3 { margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Menlo; color: #29a09f }
span.s1 { color: #e7e8eb }
span.s2 { color: #e12da0 }
span.s3 { }
span.s4 { color: #18b5b1 }
span.s5 { color: #29a09f }
let new = WebViewController() let vcArr = NSMutableArray.init(array: (self.navigationController?.viewControllers)!) vcArr.remove(self) vcArr.add(new) self.navigationController?.setViewControllers(vcArr as! [UIViewController], animated: true)
时间: 2024-11-08 09:28:56