base64:decode

说明:Decode base64 string.

用法:
 (base64:decode str-base64)

参数:1 str-base64 : 字符串;

返回值:list of unsigned 8bit integer.

示例: