<body onkeydown="alert('禁用');return false;">限制键盘的某个键:body onkeydown="if(event.keyCode==num){alert('禁用');return false;}