if(characterCode == 13) { return false; // returning false will prevent the event from bubbling up. } else { return true; }.
確定! 回上一頁