IOS疯狂基础之程序异常处理

这里只想说   你打个@try 就会出来提示  注意这个@  唉~

@try { 
 Statements 
 }
@catch (NSException *ex) {
} 
@finally{
}

你可能感兴趣的:(异常)