function removeElement(el) { el.parentNode.removeChild(el); } // or HTMLElement.prototype.remove = function() { this.parentNode.
確定! 回上一頁