How to download links in the html of a url? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . For example, when I open https://stackoverflow.com/ in browser, the browser will download not only the main page, but also images, js, css. But when I do curl https://stackoverflow.com/ , only the main page html is downloaded. Is there any options of curl or wget that can download images/js/css also? Or any