方法介绍

方法名称:base64字符串解码

语法:decodeBase64(str)

参数说明:待解码的base64字符串

返回值: base64解码结果

方法例子

local ret = encodeBase64("欢迎使用懒人精灵")

print("encode:",ret)

local dec = decodeBase64(ret)

print("decode:",dec)

Copyright © 湖南合鑫网络科技有限公司 2020 all right reserved,powered by Gitbook该文件修订时间: 2020-11-12 15:26:54

results matching ""

    No results matching ""