开发者问题收集
我正在尝试操作我的 HTML 元素。我尝试使用 dom 选择器来更改页面上元素的值,但我一直收到Uncaught TypeError: Cannot set property 'innerHTML' of nullChecking in the browser console to check what the issue is, I found out the logic I was using
我尝试从表中获取子节点,将其相乘并将其显示在输入字段中。我尝试使用 textContext,但它只返回第一个值而不返回后面的值。我的 Javascript 代码是:function add() {console.log("this is working")var x = parseInt(document.getElementById("id_quantity").value);console.l