87,993
社区成员
发帖
与我相关
我的任务
分享function addcode(){
var otherdiv=ce('div');
var newid=new Date().getTime();
otherdiv.id=newid;
otherdiv.innerHTML="<input type='text' name='questions[]' size='20' /><input type='text' name='answers[]' size='20' /><a onclick='movebox("+newid+")' href=#>删除</a>";
thebox.appendChild(otherdiv);
}