[self.webView
setScalesPageToFit:YES];
//代理方法
- (void)webViewDidFinishLoad:(UIWebView
*)webView
{
self.height = [[webView stringByEvaluatingJavaScriptFromString:@"document.body.offsetHeight;"] intValue];
NSLog(@"----%ld",(long)self.height);
[self.tableView reloadData];
{
self.height = [[webView stringByEvaluatingJavaScriptFromString:@"document.body.offsetHeight;"] intValue];
NSLog(@"----%ld",(long)self.height);
[self.tableView reloadData];
}