如何在 iPhone 上下载整个网页(带图像)?
有没有办法使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
流行的开源库
ASIHTTPRequest
有一个类可以为您执行此操作:下载与您请求的页面关联的所有 HTML、图像和其他资源。它称为
ASIWebPageRequest
,您可以阅读文档并从此处下载:http: //allseeing-i.com/ASIHTTPRequest/ASIWebPageRequestThe 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