现在的位置: 首页 > 综合 > 正文

object-c 异常

2013年09月30日 ⁄ 综合 ⁄ 共 100字 ⁄ 字号 评论关闭

@try

{

[self
createPlayer];

            [self startPlayer];

}

@catch (NSException * e) {

[self
onErrorMsg:@"启动播放器失败"];

}

抱歉!评论已关闭.