摘要:
1.此方法最好在页面加载完成后调用 2.js代码不能有空格之类的 NSString *js = [NSString stringWithFormat:@"iosCallback(\'%@\')", 你要传的数据]; [self.web evaluateJavaScript:js completion 阅读全文
摘要:
1. //UIWebView的代理方法拦截 func webView(_ webView: UIWebView, shouldStartLoadWith request: URLRequest, navigationType: UIWebViewNavigationType) -> Bool {se 阅读全文