标签:
参考: http://stackoverflow.com/questions/992348/reading-html-content-from-a-uiwebview
NSString *html = [yourWebView stringByEvaluatingJavaScriptFromString:@"document.body.innerHTML"];
Reading HTML content from a UIWebView
标签:
原文地址:http://www.cnblogs.com/qike/p/5439870.html