function readFileAsText(file){ return new Promise(function(resolve,reject){ let fr = new FileReader(); fr.onload = function(){ ...
確定! 回上一頁