如何使用动态创建的rowindex获取子节点的值?
我尝试使用以下代码,但出现错误"Unable to get the value of the property childnodeID"
var table = document.getElementById('tableID');
var Row = table.rows['childnodeID']; //error
Row.cells[0].innerText = i;
如何使用动态创建的rowindex获取子节点的值?
我尝试使用以下代码,但出现错误"Unable to get the value of the property childnodeID"
var table = document.getElementById('tableID');
var Row = table.rows['childnodeID']; //error
Row.cells[0].innerText = i;