如何在 iPhone 上下载整个网页(带图像)?

发布于 2024-12-06 07:20:38 字数 96 浏览 1 评论 0原文

有没有办法使用 iPhone SDK 下载整个网页以供离线查看?我可以将 NSString 与 URL 的内容一起使用,但这只会给我 HTML 而没有图像。有什么办法可以做到吗?

Is there a way to download an entire webpage for offline viewing with the iPhone SDK? I can use NSString with the contents of the URL, but that would just give me the HTML and no images. Is there any way to do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

画中仙 2024-12-13 07:20:38

流行的开源库 ASIHTTPRequest 有一个类可以为您执行此操作:下载与您请求的页面关联的所有 HTML、图像和其他资源。

它称为 ASIWebPageRequest,您可以阅读文档并从此处下载:http: //allseeing-i.com/ASIHTTPRequest/ASIWebPageRequest

The popular open source library ASIHTTPRequest has a class that will do just this for you: download all HTML, images, and other resources associated with the page you're requesting.

It's called ASIWebPageRequest, and you can read the documentation and download it from here: http://allseeing-i.com/ASIHTTPRequest/ASIWebPageRequest

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文