var t1 = document.getElementById("table");
alert(t1.childNodes.length);
练习里明明有3个tr的,为什么返回值只有2。
第一个tr里面是th,th是代表表头