Get html file Java

后端 未结 5 536
夕颜
夕颜 2021-01-23 21:39

Duplicate:

How do you Programmatically Download a Webpage in Java?

How to fetch html in Java

I\'m developping an application th

5条回答
  •  梦毁少年i
    2021-01-23 22:23

    You can use java.net.URL and then open an input stream to read the HTML from the server. See the example here.

提交回复
热议问题