标签:style io ar sp div on art bs ad
webView 代理方法,
- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType
点击号码的时候 输出 [[request URL] absoluteString] ;
如果能输出号码的话,
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:[[request URL] absoluteString]]]]
标签:style io ar sp div on art bs ad
原文地址:http://www.cnblogs.com/z-j-w/p/4090113.html