我有一个 UIWebView 和一个 shouldStartLoadWithRequest 方法。在 web 视图中,可能有一个类似这样<a href="http://whatever/whateverelse">This is the title</a>
的链接:当点击链接时,我需要取出This is the title
。有没有办法从传递的 NSURLRequest 中得到这个?
问问题
364 次
我有一个 UIWebView 和一个 shouldStartLoadWithRequest 方法。在 web 视图中,可能有一个类似这样<a href="http://whatever/whateverelse">This is the title</a>
的链接:当点击链接时,我需要取出This is the title
。有没有办法从传递的 NSURLRequest 中得到这个?