FileReader 例項有一個readAsText 方法,我們可以使用它來讀取檔案作為文字: const reader = new FileReader(); reader.readAsText(file);. 由於 ...
確定! 回上一頁