哇,我简直无语,好多问题
删除函数里面的obj作用是什么,为什么不能var tr = a.parentNode.parentNode;
function del(obj)
{
var a=document.getElementById('table');
tr=obj.parentNode.parentNode;
a.removeChild(tr);
}
还有就是为啥我的不能删除呢。。。
Uncaught NotFoundError: An attempt was made to reference a Node in a context where it does not exist.
一直报错这个是啥意思咧头都炸了!!!!