函数里的刮号里 obj代表什么
function deleteChild(obj) {
var tr = obj.parentNode.parentNode;
tr.parentNode.removeChild(tr);
}
参数,取什么名都行,主要用于每次调用函数时传入当前的对象