Javascript event.keyCode==13按键事件
function chenjiago() { if(event.keyCode==13) { document.forms[0].submit(); } } /login/login.action" method="post" on