首页 相关文章 vc开发html编程

vc开发html编程

1. 如何提取部分网页数据

a. 使用IHTMLDocument2的getElementByTagName,不过你需要IWebBrowser2这个组件来加载网页

b. IXMLHTTPRequest读取网页数据,存入CString,再根据标查找

2. 我需要在固定时间提取网页上的相关信息. 例如:今日油假:4.90元/升

IWebBrowse2 得到IHTMLDocument2指针,

IHTMLDocument2指针得到IHTMLElementCollection,

IHTMLElementCollection的item方法遍历得到IHTMLElement指针,

从IHTMLElement的InnerText等方法判断是不是该链接

或者从IHTMLElementCollection的Tags方法得到所有的

3.一个自动提交网页的问题(急)

void PutIEText(IHTMLElementCollection *pobjAllElement,CString strName,CString strText)
{
CComPtrIDispatc...[ 查看全文 ]

2016-02-19 标签:

vc开发html编程的相关文章

手机页面
收藏网站 回到头部