base64:decode_to_string/1
把 base64 编码解成字符串数据
用法:
1 | decode_to_string( Base64 ) -> DataString |
把一个 base64 编码的字符串解码为一个字符串数据
1 | base64:decode_to_string ( "dGhpcyBpcyBhIHRlc3Qh" ). |
把 base64 编码解成字符串数据
用法:
1 | decode_to_string( Base64 ) -> DataString |
把一个 base64 编码的字符串解码为一个字符串数据
1 | base64:decode_to_string ( "dGhpcyBpcyBhIHRlc3Qh" ). |