建立一個FileReader 物件 const reader = new FileReader(); // 讀取完成時觸發 reader.onload = () => { // 將資料內容寫入error 的data 中
確定! 回上一頁