大约有 91 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0026 秒)
...p; type !== Message.TYPE_RESPONSE && type !== Message.TYPE_PUSH) { throw new Error('unkonw message type: ' + type); } buffer.writeByte((type << 1) | (compressRoute ? 1 : 0)); }; } class Protocol{ public static strencode(str:string):Laya.Byte { var buffer:Laya.Byte = new Laya.Byte(); bu...
来源: Laya_社区 发布时间: 20180119