You can define the KeyEvent object if it doesn't exist: if (typeof KeyEvent == "undefined") { var KeyEvent = { DOM_VK_CANCEL: 3, DOM_VK_HELP: 6, ...
確定! 回上一頁