首页 > 代码库 > iOS获取webview高度

iOS获取webview高度

1 int webHeight = [[webView stringByEvaluatingJavaScriptFromString:@"document.documentElement.scrollHeight"] intValue];

 

iOS获取webview高度