The Typed Array API stores binary data in instances of ArrayBuffer : const buf = new ArrayBuffer(4); // length in bytes // buf is initialized with zeros.
確定! 回上一頁