c# webbrowser 如何获取table中的数据
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>
我要获取“违章时间”几个字