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.
当我使用 UIWEBVIEW 点击 webarchive 文件中的提交按钮时,我想过滤操作。尤其是 ACTION URL 链接
每次 webview 想要加载一些东西时,它都会调用
- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType;