大约有 41 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0019 秒)
...发送的数据时触发。 Event.CLOSE:连接关闭时触发。 Event.ERROR:连接出错时触发。 示例代码: // 注册事件监听示例 this.socket.on(Laya.Event.OPEN, this, this.onSocketOpen); this.socket.on(Laya.Event.MESSAGE, this, this.onMessageReceived); this.socket.on(Laya.Event....
来源: Laya3.0_文档 发布时间: 20250310