| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.core.codec |
编码解码封装编码封装
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Hashids |
Hashids.of(char[] salt)
根据参数值,创建
Hashids,使用默认DEFAULT_ALPHABET作为字母表,不限制最小长度 |
static Hashids |
Hashids.of(char[] salt,
char[] alphabet,
int minLength)
根据参数值,创建
Hashids |
static Hashids |
Hashids.of(char[] salt,
int minLength)
根据参数值,创建
Hashids,使用默认DEFAULT_ALPHABET作为字母表 |
Copyright © 2023. All rights reserved.