标签: macos cocoa webview nsstring
如何打印(或以字符串形式存储)WebView中显示的当前页面的HTML?
答案 0 :(得分:2)
我试过这个:
NSString *test = [webViewTest stringByEvaluatingJavaScriptFromString:@"document.documentElement.outerHTML"];