qzttt

Results 21 comments of qzttt

findInPage.js 改为这样就行了: function appendElement () { this[findBox].appendChild(this[findInput]) this[findBox].appendChild(this[findMatches]) this[findBox].appendChild(this[findCase]) this[findBox].appendChild(this[findBack]) this[findBox].appendChild(this[findForward]) this[findBox].appendChild(this[findClose]) this.parentElement.appendChild(this[findBox]) }