1. 程式人生 > >獲取按鍵對應的值

獲取按鍵對應的值

fun 按鍵 function log body blog onkeydown keycode pos

document.onkeydown=function(even){
    alert(even.keyCode)
}

獲取按鍵對應的值