reader.abort() :中止讀取操作。 reader.readAsArrayBuffer() :讀取完成後,觸發onload事件,result 屬性中儲存的是檔案的ArrayBuffer 資料物件。
確定! 回上一頁