const floats = new Float32Array([3.14]); const str = floats.toString(); // 将Float32Array 转换为字符串console.log(str); // 输出"3.140000104904175".
確定! 回上一頁