方法一: - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {[self.view endEditing:YES]; } 方法二: - (void)touchesEnded:(NSSet *)touches withEvent:(U……