大约有 3 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0013 秒)
... } private receiveHandler(msg: any = null): void { ///接收到数据触发函数 } private closeHandler(e: any = null): void { //关闭事件 } private errorHandler(e: any = null): void { //连接出错 } } new Game(); ``` 注意:我们看到实例化Byte和Socket的时候都设置了endian,这...
来源: Laya2.0_文档 发布时间: 20210714
...确建立连接; } function receiveHandler(msg){ ///接收到数据触发函数 } function closeHandler(e){ //关闭事件 } function errorHandler(e){ //连接出错 } ``` 注意:我们看到实例化Byte和Socket的时候都设置了endian,这个是很容易忽略的地方,有些开发者...
来源: Laya2.0_文档 发布时间: 20210714
... function receiveHandler(msg:Object = null):void { ///接收到数据触发函数 } private function closeHandler(e:Object= null):void { //关闭事件 } private function errorHandler(e:Object = null):void { //连接出错 } } } ``` 注意:我们看到我们实例化Byte和socket的时候都...
来源: Laya2.0_文档 发布时间: 20210715