UIWebView得到加载页的title

- (void)webViewDidFinishLoad:(UIWebView *)webView{
   
NSString *theTitle=[webView stringByEvaluatingJavaScriptFromString:@"document.title"];
}
原文地址:https://www.cnblogs.com/luyinghuai/p/2032652.html