【js】回车键触发事件

 function enter(){
    if(event.keyCode=='13'){
         alert(123);
    }
 }

 

你可能感兴趣的:(js,js,enter,回车,前端)