- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
[self.view endEditing:YES];//设置不可编辑(点击时,触发编辑完毕时间达到键盘还没有出来就回收键盘的效果)
}