62,268
社区成员
发帖
与我相关
我的任务
分享
function addrow()
{
var self=this;
var tr = self.table1.insertRow(-1),td1= tr.insertCell(-1),td2= tr.insertCell(-1),td3= tr.insertCell(-1),td4= tr.insertCell(-1),td5= tr.insertCell(-1),td6= tr.insertCell(-1),td7= tr.insertCell(-1),td8= tr.insertCell(-1),td9= tr.insertCell(-1),td10= tr.insertCell(-1);
}