Correcting teacher:PHPz
Correction status:qualified
Teacher's comments:
document.forms.login.password.onblur = function () {
if (this.value.length === 0) {
alert("密码不能为空");
return false;
}
};