base64:encode-from-file

说明:将文件 file 转为 base64 编码。文件过大会转换失败。

用法:
 (base64:encode-from-file file)

参数:1 file : 文件名;

返回值:String

示例: