CRIZEL
로그인
CRIZEL
프로그래밍 JAVASCRIPT

엔터키 감지

고성훈
2020-08-28
function getEnterKey(){
if (window.event.keyCode == 13) {
}
}