标签:
html 代码如下:
<TR id="t030006" class="sr plus selected"> <TD><INPUT id=cvrgNo030006 value=030006 readOnly CHECKED type=checkbox jQuery1456994811776="96"></TD> <TD>车辆损失险 </TD> <TD style="TEXT-ALIGN: right"><LABEL>免赔额</LABEL> </TD> <TD>111111</TD> </TR>
获取<TR> 的class属性值,C#代码如下:
HtmlElementCollection tdHtmlElements = trHtmlElements[0].GetElementsByTagName("TD"); trHtmlElements[0].GetAttribute("className")
注意: trHtmlElements[0].GetAttribute("className")
标签:
原文地址:http://www.cnblogs.com/zgcy123456/p/webBrowser.html