classlist对象添加 删除 动态添加 表单非空验证 document.forms.login.password.onblur = function () { if (this.value.length === 0) { alert("密码不能为空"); return false; } };