// alert(oTab.getElementsByTagName("tbody")[0] // .getElementsByTagName(‘tr‘)[1] // .getElementsByTagName(‘td‘)[2].innerHTML); // 可以简写成下面样子: alert(oTab.tBodies[0] .rows[1] .cells[2].innerHTML);
原文地址:https://www.cnblogs.com/apollo1616/p/9813458.html
时间: 2024-10-09 23:02:15