function clear(obj)
{
var tr = obj.parentNode.parentNode;
tr.parentNode.removeChild(tr);
}
有这个方法???
clear()是document的一个方法,所以不可用为做函数名,改一个就好了像clear1()