我正在嘗試使用FileReader讀取檔案: async readFile(event: any) { var file = event.target.files[0]; var data:string if (file) { var ...
確定! 回上一頁