1. var list = document.getElementById("myList"); // Get the <ul> element with id="myList" · 2. list.removeChild(list.childNodes[0]); // Remove <ul>'s first child ...
確定! 回上一頁