📅  最后修改于: 2022-03-11 14:57:34.860000             🧑  作者: Mango
代码示例1
// convert to Base64
var printableString = base64.encode(bytesIn);
// and back
var bytesOut = base64.decode(printableString);