开头添加 结尾添加<script> window.onload=function(){ var oBtns=document.getElementById("btns"); var oBtne=document.getElementById("btne"); var oUl=document.getElementById("ct"); var oTxt=document.getElementById("txt"); var aLi=oUl.getElementsByTagName("li"); oBtns.onclick=function(){ var oLi=document.createElement("li"); oLi.innerHTML=oTxt.value; oUl.insertBefore(oLi,aLi[0]); } oBtne.onclick=function (){ var oLi=document.createElement("li"); oLi.innerHTML=oTxt.value; oUl.appendChild(oLi); } for(var i=0;i