1

I need to fetch the full contents of an URL withouth using the play! 1 WS library because of a SSL issue with that lib and the site I need to scrap.

Any ideas?

4

1 回答 1

2
new URL("someurl").getContent();

http://docs.oracle.com/javase/6/docs/api/java/net/URL.html#getContent ()

于 2012-08-14T05:20:39.747 回答