FileReader (); fileReader.onload = function (e) { streamBlob = new window.Blob([new window.Uint8Array(e.target.result)]); streamSize = streamBlob.size; ...
確定! 回上一頁