프로그래밍JAVASCRIPT엔터키 감지작성자고성훈등록일2020-08-28 07:28function getEnterKey(){ if (window.event.keyCode == 13) { } }