开发者请勿使用。
将 ArrayBuffer 对象 转成Base64字符串
const arrayBuffer = new Uint8Array([11, 22, 33]) const base64 = xhs.arrayBufferToBase64(arrayBuffer)