gpt4 book ai didi

swiftui - 关于:blank in SwiftUI如何打开

转载 作者:行者123 更新时间:2023-12-04 04:21:00 24 4
gpt4 key购买 nike

我试过了

    let url = URL(string: "http://about:blank")

    let url = URL(string: "about:blank")
Button(
action: {
UIApplication.shared.open(self.url!)
}
){
Text("Tap here.")
}

但它不起作用。

当URL无效或为null时,我想打开about:blank。

最佳答案

UIApplication.open 本身不支持 about: URI 方案,这使得打开此类 URL 变得不可能。 UIKit 仅具有内置支持 for the most commonly used schemes .

关于swiftui - 关于:blank in SwiftUI如何打开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59344318/

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