在JavaScript中,以下代码可以将焦点设置到edit_2输入框:
document.getElementById("edit_2").focus();
然而,使用jQuery时,以下代码无法实现相同的效果:
$("#edit_2").focus;
用户名或电子邮箱地址
密码