res.blob().then(function (blob) { var reader = new FileReader(); reader.readAsText(blob, enc); return new Promise(function (resolve) ...
確定! 回上一頁