readAsText ,這個屬性可以指定檔案編碼格式,取出檔案的純文字。 ... readAsText(file,'utf-8') reader.onload = e => { const txtString ...
確定! 回上一頁