bootstrap表单按回车会自动刷新页面的解决办法 想给form表单增加回车自动提交的功能$('#password').keydown(function(event){if(event.keyCode==13)$('#login') 表单页面