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