const file = event.target.files[0]; const fileReader = new FileReader(); fileReader.readAsText(file); fileReader.onload = () => {
確定! 回上一頁