Introduction - If you have any usage issues, please Google them yourself
Main function is to access the page all the links, first of all is IHTMLDocument2 the get_links, to obtain IHTMLElementCollection interface, IHTMLElementCollection to get through IHTMLAnchorElement, and IHTMLAnchorElement interface get_href is what we want, through the cycle of acquisition, we can get all the links page a.