How do I download an entire webpage (with images) on the iPhone?

半腔热情 提交于 2020-01-05 12:12:20

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/7547276/how-do-i-download-an-entire-webpage-with-images-on-the-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!