<a id="a" onclick='alert("hi");'>hi</a>. click, get "hi". Open a shell and go: a = document.getElementById("a") a.setAttribute("onclick", function(){return ...
確定! 回上一頁