📅  最后修改于: 2022-03-11 15:03:00.360000             🧑  作者: Mango
$.validator.addMethod('minStrict', function (value, el, param) {
return this.optional(el) || value > param;
}, "please enter more than {0}");