【发布时间】:2015-05-04 06:57:21
【问题描述】:
在这段代码中,UIWebView 加载失败,我看到了这个:
Error Domain=NSURLErrorDomain Code=-999 "操作无法完成。(NSURLErrorDomain error -999.)" UserInfo=0x1c0e36e0 {NSErrorFailingURLKey=http://tpc.googlesyndication.com/safeframe/1-0-2/html/container.html#xpc=sf-gdn-exp-3&p=http%3A//blog.moneysmart.sg, NSErrorFailingURLStringKey=http://tpc.googlesyndication.com/safeframe/1-0-2/html/container.html#xpc=sf-gdn-exp-3&p=http%3A//blog.moneysmart.sg}
- (void)webView:(UIWebView *)webView didFailLoadWithError:(NSError *)error
{}
我可以知道错误代码 -999 是什么吗?
【问题讨论】: