... 全域性鍵盤按下事件,例如監聽全域性回車事件. $(document).keydown(function(event){ if(event.keyCode == 13){ alert('你按下了Enter'); } }); ...
確定! 回上一頁