Bind to window.onkeydown natively without jQuery. window.onkeydown = function(event) { if (event.keyCode === 27) {
確定! 回上一頁