[ << 回到上层 ] DecodeBase64 将 Base64 编码的字符串解码为缓冲区数据 data = DecodeBase64(str) 参数: str [string]:Base64 编码的字符串 返回值: data [string]:缓冲区数据 示例