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