return intValidator } return &DefaultValidator{} } //验证类接口 type Validator interface { Validator(interface{}) (bool, error) } type ...
確定! 回上一頁