iOS获取webview高度

1 int webHeight = [[webView stringByEvaluatingJavaScriptFromString:@"document.documentElement.scrollHeight"] intValue];
原文地址:https://www.cnblogs.com/sun-wsh/p/6065055.html