大init 里要给 title个值;另外 set 和 get 可以这样写var varName {set { self.varName = newValue;}get { return "haha"}}