overridefuncviewDidLoad() { super.viewDidLoad() self.navigationItem.title = "高级运算符" advancedOperatorsMethod() // Do any additional setup after loading the view. }
overridefuncdidReceiveMemoryWarning() { super.didReceiveMemoryWarning() // Dispose of any resources that can be recreated. }