let reader = new FileReader();. 5. let file = event.target.files[0];. 6. . 7. reader.onload = event => {. 8. console.log(event);.
確定! 回上一頁