Reading HTML content from a UIWebView

参考: http://stackoverflow.com/questions/992348/reading-html-content-from-a-uiwebview
NSString *html = [yourWebView stringByEvaluatingJavaScriptFromString:@"document.body.innerHTML"];

posted @ 2016-04-27 18:04  qike  阅读(147)  评论(0编辑  收藏  举报