创建子项
var i=0;
function addChild()
{
var newchild=document.createElement("div");
document.getElementById("di").appendChild(newchild);
newchild.innerText="ok";
}
function addChild()
{
var newchild=document.createElement("div");
document.getElementById("di").appendChild(newchild);
newchild.innerText="ok";
}
浙公网安备 33010602011771号