0
<table>
<thead>
<th>name</th>
<th>place</th>
<th>area</th>
</thead>
<tbody>
<tr><td>name</td><td>jjhds</td><td>dfdsf</td></tr>
<tr><td>name</td><td>jjhds</td><td>dfdsf</td></tr>
<tr><td>name</td><td>jjhds</td><td>dfdsf</td></tr>
<tr><td>name</td><td>jjhds</td><td>dfdsf</td></tr>
<tr><td>name</td><td>jjhds</td><td>dfdsf</td></tr>
</tbody>
</table>
我有上表。我需要從td在tbody導航,並通過量角器得到其標題thead **** th。請任何人都可以幫忙?量角器中特定索引表中的th元素
你究竟想在這裏做什麼?可能會放一些你已經嘗試過的邏輯。這樣,用選擇器或者更好地理解它會更容易。 – BKS