标签:style ar sp for ef line app ld ht
oLi=document.createElement(‘li‘);------------创建元素oLi
oUl.appendChild(oLi);------------------------插入元素到oUl尾部
oUl.insertBefore(oLi,aLi[0]);-----------------插入元素到aLi[0]前部
oUl.removeChild(this.parentNode);-----------移除元素
标签:style ar sp for ef line app ld ht
原文地址:http://www.cnblogs.com/fleshy/p/4120791.html