eg: 複製程式碼 程式碼如下: //點擊enter,使用者登陸 //點擊enter,使用者登陸 $("#txtLoginPwd").keydown(function (e) { if (e.which == 13) { UserLogin(); } }); 注意:是“keydown”而不是“keypress”