js 回车键 跳转到下一个输入框时间:2024-01-02 14:28:50window.document.onkeydown(){ if(event.keyCode==13) event.keyCode=9; }