JavaScript Code: $(document).keypress(function(e) { if(e.which == 13) { console.log('You pressed enter!'); } });. HTML; JS.
確定! 回上一頁