Skip to main content
版本: 0.8

base64

encode

encode(value: str, encoding: str = "utf-8") -> str

使用注册的编码器对字符串 value 进行编码。

decode

decode(value: str, encoding: str = "utf-8") -> str

使用注册的编码器对字符串 value 进行解码。