document.onmousedown = shiftEnter;; function shiftEnter(e) {; if (event.shiftKey) {; alert("shift key is disabled");; return false;; }; }.
確定! 回上一頁