这是我想要的:
<h3 class="ExpressCheckoutTitle">
<a onclick="" href="#" class="ChangeLink">Modify »</a>
Step 4: Order Confirmation
</h3>
我只想得到文本“第 4 步:订单确认”
$('h3.ExpressCheckoutTitle').text()
给我来自<a>
元素的文本,如下所示:“修改 >> 步骤 4:订单确认”
我如何在 jquery 中做到这一点?