const reader = new FileReader(); reader.readAsText(file); reader.onload = (result) => { console.log(result) }. onload一直不执行,然后试 ...
確定! 回上一頁