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