| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.swing.captcha |
图片验证码实现
|
| 限定符和类型 | 方法和说明 |
|---|---|
static LineCaptcha |
CaptchaUtil.ofLineCaptcha(int width,
int height)
创建线干扰的验证码,默认5位验证码,150条干扰线
|
static LineCaptcha |
CaptchaUtil.ofLineCaptcha(int width,
int height,
int codeCount,
int lineCount)
创建线干扰的验证码
|
static LineCaptcha |
CaptchaUtil.ofLineCaptcha(int width,
int height,
int codeCount,
int lineCount,
float sizeBaseHeight)
创建线干扰的验证码
|
Copyright © 2024. All rights reserved.