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  阅读(192)  评论(0)    收藏  举报