readAsText(file, "UTF-8") fileReader.onloadend = (e) => { testResult = fileReader.result.toString() } console.log(testResult) return ...
確定! 回上一頁