Enum Class的使用
cn.zhxu.toys.captcha.CaptchaManager.VerifyResult
-
cn.zhxu.toys.captcha中CaptchaManager.VerifyResult的使用
修饰符和类型方法说明static CaptchaManager.VerifyResultReturns the enum constant of this class with the specified name.static CaptchaManager.VerifyResult[]CaptchaManager.VerifyResult.values()Returns an array containing the constants of this enum class, in the order they are declared.校验验证码 -
cn.zhxu.toys.captcha.impl中CaptchaManager.VerifyResult的使用