就是c++里的htonl函数,node中有相应的包吗?
在Buffer中见过
读取buffer的时候就有的 buf.readUIntBE(offset, byteLength) buf.readUIntLE(offset, byteLength)
buf.readUIntBE(offset, byteLength)
buf.readUIntLE(offset, byteLength)
CNode 社区为国内最专业的 Node.js 开源技术社区,致力于 Node.js 的技术研究。
在Buffer中见过
读取buffer的时候就有的
buf.readUIntBE(offset, byteLength)buf.readUIntLE(offset, byteLength)