//接收web事件web
-(BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType{网络
if ([request.mainDocumentURL.relativePath isEqualToString:@"点击事件名"]) {spa
return false; //执行本地代码,返回false不让网页读取网络资源事件
}资源
return true; //为yes加载内容,不然不it
}io