iOS UIWebView-陷阱异常

iOS UIWebView-陷阱异常,ios,exception-handling,uiwebview,Ios,Exception Handling,Uiwebview,我有一个在这篇文章“iOS UIWebView-陷阱异常加载无效文件格式”中讨论过的问题,但没有解决方案。 谁能给我一些建议吗?我一整天都在问这个问题 非常感谢。您是否测试过: @try { <#statements#> } @catch (NSException *exception) { <#handler#> } @finally { <#statements#> } @试试看{ } @捕获(NSException*异常){ }

我有一个在这篇文章“iOS UIWebView-陷阱异常加载无效文件格式”中讨论过的问题,但没有解决方案。 谁能给我一些建议吗?我一整天都在问这个问题

非常感谢。

您是否测试过:

@try {
    <#statements#>
}
@catch (NSException *exception) {
    <#handler#>
}
@finally {
    <#statements#>
}
@试试看{
}
@捕获(NSException*异常){
}
@最后{
}