swift 如何在网站中执行操作

How to perform an action in a website in swift

我的问题是如何告诉我的应用程序去这个网站搜索特定的 link 并下载内容 如何在 swift 中执行这样的事情?

您可以使用 Kanna to parse the website for the link you are looking for, then download the file using Alamofire. If you want another way to download a file, here's a relevant Stack Overflow link: