readAsArrayBuffer(file.raw); //读任意文件 reader.onload = function (e) { var ints = new Uint8Array(e.target.result); //要使用读取的内容,所以将读取内容转化 ...
確定! 回上一頁