JS判断键盘ASCII代码

<script language="javascript">
function show(event){

  alert("ASCII代码是:"+event.keyCode);

}
</script>

posted @ 2012-06-11 13:29  break_happy  Views(1175)  Comments(0)    收藏  举报