//Validation.Rule.toString(rulename)方法可以很方便的打印出校验规则 //方便查看校验规则的实现方法,知道要传入哪些参数 //例如: console.log(Validation.Rule.toString("func"););