最后采用了前台直接将ArrayBuffer转base64直接显示。 先贴代码: const base64String = window.btoa(String.fromCharCode(...new Uint8Array(buffer))) 看起来非常的 ...
確定! 回上一頁