onkeyup,onkeydown和onkeypress. 如下一段程式碼: <html> <script> function checkForm(){ if(event.keyCode ==13){ event.keyCode =9; }
確定! 回上一頁