Given following code injected into the page: var btn = document.querySelector("a[href=#testbtn]"); btn.addEventListener('click', function(){ ...
確定! 回上一頁