<script type="text/javascript">
function count(){
var a = parseFloat(document.getElementById("c-price").value);
var b = parseFloat(document.getElementById("c-number").value);
var c = a*b;
var d ;
d = c.toFixed(2);
document.getElementById("c-sumprice").value = d;
}
</script>

 

<div class="col-xs-12 col-sm-8">
<input >
</div>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2021-11-18
  • 2021-08-21
  • 2021-11-22
猜你喜欢
  • 2021-12-23
  • 2021-12-06
  • 2021-05-18
相关资源
相似解决方案