insertBefore (newItem, list.childNodes[0]); // Insert <li> before the first child of <ul>. Before inserting: Coffee; Tea. After inserting: Water; Coffee; Tea.
確定! 回上一頁