const base64Response = await fetch(`data:image/jpeg;base64,${base64Data}`);. Next, convert the response to a blob: const blob = await ...
確定! 回上一頁