ios 监测网页按钮_iOS 获取UIWebView上面的按钮点击事件
-(BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType{if ([request.mainDocumentURL.relativePath isEqualToString:...