我正在 Mozilla 中使用 Firebug 查看 JSP 页面,
<tr class="header">
<tr class="even" onmouseout="low(this);" onmouseover="high(this);" style="">
<tr class="odd" onmouseout="low(this);" onmouseover="high(this);" style="">
<tr class="even" onmouseout="low(this);" onmouseover="high(this);" style="">
<tr class="odd" onmouseout="low(this);" onmouseover="high(this);" style="">
<tr class="even" onmouseout="low(this);" onmouseover="high(this);" style="">
<tr class="odd" onmouseout="low(this);" onmouseover="high(this);">
<tr class="even" onmouseout="low(this);" onmouseover="high(this);">
<tr class="odd" onmouseout="low(this);" onmouseover="high(this);">
当我将鼠标放在其中一个上时,<tr>
XPath 显示如下
/html/body/table/tbody/tr[2]/td/table/tbody/tr/td/table/tbody/tr[2]/td/form/span/table/tbody/tr/td/table/tbody/tr/td/table/tbody/tr[2]
/html/body/table/tbody/tr[2]/td/table/tbody/tr/td/table/tbody/tr[2]/td/form/span/table/tbody/tr/td/table/tbody/tr/td/table/tbody/tr[3]
/html/body/table/tbody/tr[2]/td/table/tbody/tr/td/table/tbody/tr[2]/td/form/span/table/tbody/tr/td/table/tbody/tr/td/table/tbody/tr[4]
我的问题是如何从 tr[2] 和 3 从 tr[3] 和 4 从 tr[4] 获得值 2 等等......