js. Copy to Clipboard // From a length const float32 = new Float32Array(2); float32[0] = 42; console.log(float32[0]); ...
確定! 回上一頁