var oTC=document.getElementById("table").lastChild;
oTC.appendChild(newtr);
第一句话是获取id为table的最后一个子节点
第二句话是在oTC添加一个子节点