Java Practices -> Fetch web page and header

Java Practices -> Fetch web page and header

Fetch web page and header


Here is an example of fetching the HTML content of a web page as simple
text.

This could be used, for example, to fetch stock prices or the weather
forecast from the web - the raw HTML is first fetched, then the desired
content is extracted and presented in some customized manner.

你可能感兴趣的:(header)