| 程序包 | 说明 |
|---|---|
| cn.hutool.core.codec |
BaseN以及BCD编码封装
|
| cn.hutool.core.net |
网络相关工具
|
| cn.hutool.core.net.url |
URL相关工具
|
| 类和说明 |
|---|
| Base58Codec
Base58编码器
此编码器不包括校验码、版本等信息 |
| Base62Codec
Base62编码解码实现,常用于短URL
From https://github.com/seruco/base62 |
| Decoder
解码接口
|
| Encoder
编码接口
|
| PercentCodec
百分号编码(Percent-encoding), 也称作URL编码(URL encoding)。
|
| 类和说明 |
|---|
| PercentCodec
百分号编码(Percent-encoding), 也称作URL编码(URL encoding)。
|
| 类和说明 |
|---|
| PercentCodec
百分号编码(Percent-encoding), 也称作URL编码(URL encoding)。
|
Copyright © 2022. All rights reserved.