檔案轉base64. ref. const toBase64 = file => new Promise((resolve, reject) => { const reader = new FileReader(); reader.readAsDataURL(file); ...
確定! 回上一頁