const buf = Buffer.from([0x40, 0x82, 0xe2, 0x31, 0xd6, 0xd7, 0x2e, 0x8d]); console.log( buf.readDoubleBE(0) ); // Prints: 604.274335557087.
確定! 回上一頁