把相关form的如下语句注释掉。 或者重写验证规则 $("#signupForm").validate();或者 $("#signupForm").validate({ password: { required: true, minlength: 5 }, //..... },