readAsText () 函式完成後,結果將儲存在 .result 中 如何檢視 .result 中讀取的檔案內容是否正確? fr = new FileReader(); fr.readAsText(file); var x = fr.result; ...
確定! 回上一頁