element.onclick = function(event) { event = event || window.event; // ... }; ... 當使用者在網頁中按下鍵盤按鍵時 document.onkeydown ...
確定! 回上一頁