let images = await Promise.all(files.map(f=>{return readAsDataURL(f)}));. //all images' base64encoded data will be available as array in images.
確定! 回上一頁