iOS UIWebView 获取Url

来源:互联网 发布:演出售票软件 编辑:程序博客网 时间:2024/05/30 13:42

NSString * str = 

self.webView.request.URL.absoluteString;

0 0