prependChild = function (newNode){ this.insertBefore(newNode,this.firstChild); } var main = document.getElementById("main"); var node = document.
確定! 回上一頁