开发者

Java, swt and web

How to retrieve all images from 开发者_如何转开发a site. I want to make desktop application which show images of a cars received by a web site.


You will need to do is get the HTML from the site you're connecting to and search for all the <img> tags, parse the url out of them, and then loop through each url, connect to it, download the image, then use your app to view the images.

Google is loaded with examples how to download files from urls.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜