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