'input' ).keydown( function (event){ alert(event.keyCode); }); $(document).keypress( function (e) { if (e.ctrlKey && e.which == 13) ...
確定! 回上一頁