Code<body OnKeyDown="hello()"> </body> <script language=javascript> <!-- function hello() { alert(event.keyCode) // 显示你所敲击的键盘码 } //--> </script>