ArrayBuffer.ByteLength

ArrayBuffer.ByteLength property

byteLength 访问器属性表示 ArrayBuffer 的字节长度。

public int ByteLength { get; }

适当的价值

以字节为单位的长度。

也可以看看