图片字节流转base64 2019-06-27 本文已影响0人 泠泉 //img byte to base64 `data:image/png;base64,${btoa(String.fromCharCode(...new Uint8Array(response)))}`