document.onkeydown =cdk; function cdk(){ if(event.keyCode ==13){ submit(); } }
13代表的是回车键,说明在页面中按下回车键,执行submit()函数