Html代码
<div id="price-tag"><i class="fa fa-inr"></i> <span id="price"></span></strong></div>
有一个java脚本函数,可以将值附加到范围
$("#price").html(Price);
现在我想得到价格 - java脚本代码
document.getElementById('price-tag').onclick = function(e){
alert(document.getElementById('price').value);
}
它返回undefined。 有没有办法获得价值?