拷貝一個列表項到另外一個列表:. var node=document.getElementById("myList2").lastChild.cloneNode(true); document.getElementById("myList1").appendChild(node);.
確定! 回上一頁