base64:encode

说明:将字节列表内容转为 base64 编码。

用法:
 (base64:encode lst-uint8)

参数:1 lst-uint8 : 列表;

返回值:String

示例: