我在选择跨度标记中的文本时遇到问题(这是在模板中,我无法直接编辑文本),这是 HTML:
<table class="worf">
<tbody>
<tr>
<td colspan="2" class="brown45">
<span id="red24">Quantity and Pricing</span>
这是我尝试过的:
<script>
$('#red24').text('Confirm Your Reservation');
</script>