1、arrayBufferToBase64 function arrayBufferToBase64( ab:ArrayBuffer):string { return buffer.from(ab).toString('base64');