//回车提交 $("#password").keyup(function(event){ if(event.keyCode==13){ login_submit(); } }); 相关文章: 2022-01-21 2021-08-09 2021-07-03 2022-12-23