标签:
使用uiwebview.delegate
-(void)webViewDidFinishLoad:(UIWebView *)webView
{
m_labTitle.text=[m_webVie stringByEvaluatingJavaScriptFromString:@"document.title"];
}
UIWebView 获取html标题
原文地址:http://www.cnblogs.com/niit-soft-518/p/4566939.html