$('body').keydown(function(){ var keycode = window.event.keyCode; if( keycode == 13 ) { window.event.returnValue=false; } });.
確定! 回上一頁