方法介绍
方法名称:获取文件内容的base64编码
语法:getFileBase64(path)
参数说明:文件的绝对路径
返回值: base64编码结果
方法例子
local path = "/mnt/sdcard/test.png"
snapShot(path)
local e = getFileBase64(path)
print("filebase64 ret:",e)