readAsText (file, [encoding]):將檔案讀取為文字,encoding預設值為'UTF-8' ... var reader = new FileReader(); if (/text/w+/.test(file.type)) ...
確定! 回上一頁