方法介绍
方法名称:字符串base64编码
语法:encodeBase64(str)
参数说明:待编码的字符串
返回值: base64编码结果
方法例子
local ret = encodeBase64("欢迎使用懒人精灵")
print("encode:",ret)