Is it possible to save it with the ANSI encoding? ... function readAsText(blob, encoding) { return new Promise(res => { const reader = new FileReader(); ...
確定! 回上一頁