CWebBrowser2先用Document获取IHTMLDocument2指针,得到网页元素是用IHTMLDocument2中的all方法得到IHTMLElementCollection ,再用IHTMLElementCollection 的item方法遍历通过ID判断得到元素的接口指针IHTMLElement。最后pElem->get_innerText(&bstr);