ArrayBuffer 对象的byteLength属性,返回所分配的内存区域的字节长度。 var buffer = new ArrayBuffer(32); buffer.byteLength // 32.
確定! 回上一頁