@try {
[self presentModalViewController:imagePicker animated:YES] ;
}
@catch (NSException *exception) {
NSLog(@"exception:%@", exception) ;
}
@finally {
}
处理异常
最新推荐文章于 2024-07-19 14:57:56 发布
@try {
[self presentModalViewController:imagePicker animated:YES] ;
}
@catch (NSException *exception) {
NSLog(@"exception:%@", exception) ;
}
@finally {
}