Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 282 Bytes

File metadata and controls

25 lines (13 loc) · 282 Bytes

DecodeBase64

将 Base64 编码的字符串解码为缓冲区数据

data = DecodeBase64(str)

参数:

  • str [string]:Base64 编码的字符串

返回值:

  • data [string]:缓冲区数据

示例