readAsDataURL(file); reader.onload = () => { const img = document. ... const onPreview = async file => { let src = file.url; if (!src) { src = await new ...
確定! 回上一頁