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)//遍历输出内容竖森}}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询