1 int webHeight = [[webView stringByEvaluatingJavaScriptFromString:@"document.documentElement.scrollHeight"] intValue];
iOS获取webview高度
原文:http://www.cnblogs.com/sun-wsh/p/6065055.html