Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>键盘代码</title>
<style>
<!--
body{ font-family: Verdana; color: #000080; font-size: 9pt }
.STYLE1 {
font-size: 30pt;
font-family: "微软雅黑";
color: #009900;
}
-->
</style>
<script>
function show(){
alert("ASCII代码是:"+event.keyCode);
</script>
</head>
<body onkeydown="show()">
<p align="center" class="STYLE1">请按键盘</p>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx