fileReader.onloadend = function () { debugger; if (this.readyState == FileReader.DONE) { var chars = new Uint8Array(this.result);
確定! 回上一頁