這裏是我的代碼片段:CSS選擇 - 選擇特定的子元素
<div class="totals">
<table id="shopping-cart-totals-table">
<col />
<col width="1" />
<tfoot>
<tr>
<td style="" class="a-right" colspan="1">
<strong>Grand Total</strong>
</td>
<td style="" class="a-right">
<strong><span class="price">$364.99</span></strong>
</td>
</tr>
</tfoot>
<tbody>
<tr>
<td style="" class="a-right" colspan="1">
Subtotal </td>
<td style="" class="a-right">
<span class="price">$354.99</span> </td>
</tr>
<tr>
<td style="" class="a-right" colspan="1">
Shipping & Handling (Flat Rate - Fixed) </td>
<td style="" class="a-right">
<span class="price">$10.00</span> </td>
</tr>
</tbody>
</table>
有沒有一種方法來選擇顯示「10.00 $」的跨度?也許選擇元素的第二次出現? I.E .:第二次出現「.totals table tbody tr td [colspan ='']」?
請記住編碼您'&'字符('&')。 – 2011-03-03 20:32:07