b64文本 = string.base64_encode(数据内容)
数据内容 字符串型,原始字符串 b64文本 文本型,返回字符串的 base64 编码文本
对字符串 (或二进制数据块) 进行 base64 编码
本章最后