HTML DOM insertBefore() 方法元素对象实例 列表中添加项: document.getElementById('myList').insertBefore(newItem,existingItem); 添加前: Coffee Tea 添加后: ...
確定! 回上一頁