Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这篇文章“iOS UIWebView - 捕获加载无效文件格式的陷阱异常”中讨论了同样的问题,但那里没有解决方案。任何人都可以给我任何建议吗?我被这个问题困扰了一整天。
非常感谢。
你有没有测试过:
@try { <#statements#> } @catch (NSException *exception) { <#handler#> } @finally { <#statements#> }