insertRow

JS动态添加删除行
//动态添加行functionaddRow(){  vartable=document.getElementById("tableID");  varnewRow=table.insertRow();/