function del(){
var one=document.getElementById("table");
one.removeChild(tr);
}
这个方面没有找到点击‘删除’按钮的对应行