Suppose I have two functions like this. function test(){ var button = document.getElementById("bu"); button.setAttribute("onclick",checkCount()); } function ...
確定! 回上一頁