-(void)webViewDidFinishLoad:(UIWebView *)webView{//獲取頁面高度(像素) NSString * clientheight_str = [webView stringByEvaluatingjavaScriptFromString: @"document.body.offsetHeight"]; float clientheight = [clientheight_str floatValue]; //設置到WebView上 webView.frame = CGRectMake(0, 0, SCREEN_WIDTH, clientheight); //獲取WebView最佳尺寸(點) CGSize frame = [webView sizeThatFits:webView.frame.size]; //獲取內容實際高度(像素) NSString * height_str= [webView stringByEvaluatingJavascriptFromString: @"document.getElementById('webview_content_wrapper').offsetHeight + parseInt(window.getComputedStyle(document.getElementsByTagName('body')[0]).get
新聞熱點
疑難解答