//凡是牵扯到监听控件,要想到三个方法//1.[self.accountField addTarget:<#(id)#> action:<#(SEL)#> forControlEvents:<#(UIControlEvents)#>]//2.设置代理监听一些事件//3.设置通知