var reader = new FileReader();. reader.readAsBinaryString(file);. reader.onload = function(e) {. var strCSV = e.target.result;.
確定! 回上一頁