aardio 文档

string.base64 库模块帮助文档

string.base64 成员列表 #

string.base64.decode() #

base64解码,
建议使用速度更快的 crypt.bin.decodeBase64()函数替代

string.base64.encode() #

base64编码,
建议使用速度更快的 crypt.bin.encodeBase64()函数替代

Markdown 格式