我有 2 张图片,当我点击其中一张图片时,我希望显示价格,我已经完成了以下操作:
<td style="padding-top: 2px; text-align: center" onclick="document.getElementById('price').firstChild.nodeValue=this.options[this.selectedIndex].getAttribute('data-price')"></td>
<img src="images/4.png" width="39" height="33" data-price="£245.00">
<img src="images/n4s.png" width="39" height="33" data-price="£255.00">
<div id="price"> </div>