HTMLLIElement.prototype.appendChildren = function () { for ( var i = 0 ; i < arguments.length ; i++ ) this.appendChild( arguments[ i ] ); };.
確定! 回上一頁