gpt4 book ai didi

objective-c - NSURLRequest 的 mainDocumentURL 和 URL 属性有什么区别?

转载 作者:行者123 更新时间:2023-12-04 02:32:02 48 4
gpt4 key购买 nike

我已经为 iOS 构建了一个网络浏览器,我正在尝试拉取 URL 以显示在地址栏中。
我查看了 webView:shouldStartLoadWithRequest:navigationType: 中的 NSURLRequestwebViewDidFinishLoad: UIWebView 委托(delegate)方法。

为此,我应该使用 NSURLRequestURL 还是 mainDocumentURL 属性,有什么区别?

最佳答案

您想使用 URL

mainDocumentURL 将在加载页面的子部分(如图像、脚本等)时使用,以告知系统在加载这些子部分时可以安全使用哪些 cookie。它不是您想要显示的任何内容,并且已记录在当前版本的框架中无论如何都未使用。

/*!
@method mainDocumentURL
@abstract The main document URL associated with this load.
@discussion This URL is used for the cookie "same domain as main
document" policy. There may also be other future uses.
See setMainDocumentURL:
NOTE: In the current implementation, this value is unused by the
framework. A fully functional version of this method will be available
in the future.
@result The main document URL.
*/

关于objective-c - NSURLRequest 的 mainDocumentURL 和 URL 属性有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21414936/

48 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com