download a complete web page including resources (like images) in java
is there a way to download (html) web page and all it's resources (eg: images,CSS).
I know how to do this using a html parser, by going through all开发者_如何转开发 the relevant tags, but isn't there a easy way?
That is the easy way.
The hard way is to write your own network libraries, html parser etc...
精彩评论