gpt4 book ai didi

ios - swift 从网址中识别资源名称和扩展名

转载 作者:行者123 更新时间:2023-11-28 11:35:44 25 4
gpt4 key购买 nike

enter image description here在 chrome 的 url 下方粘贴,chrome 将为您提供带有扩展名的确切文件名。

https://www.videvo.net/download_new.php?hash=f654a8d8307038ae523769b502f35ab5&test_new_server=1

就像 chrome 知道名称和扩展名一样,我想用 swift 做到这一点。

先谢谢你。

最佳答案

您可以使用 downloadTask.response?.suggestedFilename 从下面的 func

 func URLSession(session: URLSession, downloadTask: URLSessionDownloadTask, didFinishDownloadingToURL location: NSURL) {
print(downloadTask.response?.suggestedFilename as Any)
print(downloadTask.response?.mimeType as Any)

}

关于ios - swift 从网址中识别资源名称和扩展名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55474922/

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