IE跟Chrome都能用。 document.onkeydown = function(){ var keycode = event.which || event.keyCode; if(keycode == 112){ //key code 112 alert(" ...
確定! 回上一頁