讀取文字檔案,第二個參數預設是UTF-8 reader.readAsText(getFile.files[0], "ISO-8859-1"); } else { console.log("上傳的檔案非文字檔!"); } } ...
確定! 回上一頁