c# webbrowser 如何获取table中的数据

c#webbrowser如何获取table中的数据<tablewidth="100%"><trstyle="backgro... c# webbrowser 如何获取table中的数据 <table width="100%" > <tr style="background-color:#c9e4ff; line-height: 25px;"> <th width="5%">序号 </th> <th width="15%">违章时间 </th> <th width="20%">违章地点 </th> <th width="40%">违章行为 </th> <th width="10%">执行机关 </th> <th width="10%">是否处理 </th> </tr> </table> 我要获取“违章时间”几个字 bagnding 展开
 我来答
匿名用户
2013-09-14
展开全部
//首先获取表格对象,需引入mshtml.dllIHTMLDocument2 document = webbrower.Document.DomDocument as IHTMLDocument2; IHTMLElementCollection tables = (IHTMLElementCollection)document.all.tags("TABLE");foreach (IHTMLTable table in tables){IHTMLTableSection tts= table.tHead;//因为TH标签是属于表格的表头信息;foreach(IHTMLElement th in tts.rows){ System.Diagnostics.Debug.WriteLine(th.innerText)//遍历输出内容}}
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式