如题,个人觉得: ``` js Validator.addRule('idcard', function (options){ //TODO this指向当前 Validator 实例更合理 }, '{{display}}错误'); ```