html li排序(移动li元素到不同的ul)

oBtn.onclick=function (){var oLi=oUl1.children[0];oUl1.appendChild(oLi);//appendChild 1.先把元素从原有的父级上删掉 // 2.添加到新的父级