简体   繁体   中英

Printing current WebView page as HTML Cocoa

如何打印(或存储为字符串)WebView中显示的当前页面的HTML?

I tried this:

 NSString *test = [webViewTest stringByEvaluatingJavaScriptFromString:@"document.documentElement.outerHTML"];
It works.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM