标签: objective-c uiwebview
我有一个UIWebView和一个shouldStartLoadWithRequest方法。在网络视图中,可能会出现如下链接:<a href="http://whatever/whateverelse">This is the title</a>,点击链接时,我需要提取This is the title。有没有办法从传递的NSURLRequest中获取此信息?
<a href="http://whatever/whateverelse">This is the title</a>
This is the title