iOS WKwebview评估javascript未完成处理程序代码

时间:2018-10-16 21:53:23

标签: ios objective-c objective-c-blocks

我有这个代码。

 [webView evaluateJavaScript:    (@"document.documentElement.outerHTML.toString()")     completionHandler:^(NSString *result, NSError *error){
  NSLog(@"CompletitionHandler");
  NSLog(@"%s", result);
}];

未执行NSLog行。

有什么想法吗?

谢谢

0 个答案:

没有答案