FileReader instance has one readAsText Method, we can use it to read the file as text: const reader = new FileReader();. reader.readAsText(file);.
確定! 回上一頁