ArrayBuffer , Uint8Array , DataView , Blob , File и т.д. ... let arr = new Uint8Array([0, 1, 2, 3]); alert( arr.length ); // 4, ...
確定! 回上一頁