将<li> 元素从"myList2" 复制到"myList1": const node = document.getElementById("myList2").lastChild; const clone = node.cloneNode(true); document.getElementById( ...
確定! 回上一頁