ios中怎么样点击背景退出键盘时间:2023-03-08 19:43:30 //退出键盘 只需一句,药到病除 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self.view endEditing:YES]; }