gpt4 book ai didi

ios - Bundle.main.url(forResource : "hello", withExtension: "html") 返回 nil

转载 作者:行者123 更新时间:2023-11-28 15:04:19 32 4
gpt4 key购买 nike

我已经创建了 hello.html 文件。当我尝试访问它时,url 每次都返回 nil。

  override func viewDidLoad() {
super.viewDidLoad()
if let url = Bundle.main.url(forResource: "hello", withExtension: "html"){
if let htmlData = try? Data(contentsOf:url){
let baseURL = URL(fileURLWithPath: Bundle.main.bundlePath)
webView.load(htmlData, mimeType: "text/html", textEncodingName: "UTF-8", baseURL: baseURL)

}
}

// Do any additional setup after loading the view.
}

最佳答案

enter image description here

  1. 将 hello.html 放到你的项目中
  2. 如果需要,请单击“复制项目”
  3. 添加到目标项目
  4. 没关系

关于ios - Bundle.main.url(forResource : "hello", withExtension: "html") 返回 nil,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48657328/

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