其实有简单的方法 - (void)webViewDidFinishLoad:(UIWebView *)webView{ titleLabel.text = [webView stringByEvaluatingJavaScriptFromString:@"document.title"];}