public class ValidateCodeUtil
extends java.lang.Object
| Constructor and Description |
|---|
ValidateCodeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.Color |
getRandColor(int fc,
int bc)
功能描述: 验证码服务方法,获得验证码颜色,给定范围获得随机颜色
|
static java.lang.String |
getRandomChar()
功能描述:获取数字字母混合串
|