大约有 1 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0015 秒)
...Byte(msg.age); byte.writeFloat32(msg.weight); byte.writeInt16(msg.height); 输出看下结果: //设置pos为0 开始从头开始按照写入的顺序读取读取 byte.pos = 0; console.log(byte.getUTFString()); console.log(byte.getByte()); console.log(byte.getFloat32()); console.log(byte.getInt16(...
来源: Laya3.0_文档 发布时间: 20241014