Get source of website in java

前端 未结 8 1583
轮回少年
轮回少年 2020-12-30 17:37

I would like to use java to get the source of a website (secure) and then parse that website for links that are in it. I have found how to connect to that url, but then how

8条回答
  •  既然无缘
    2020-12-30 17:44

    Extremely similar questions:

    • How do I retrieve a URL from a website using Java?
    • How do you Programmatically Download a Webpage in Java
    • A good library to do URL manipulation in Java

提交回复
热议问题