大约有 2 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0020 秒)
...if omitted. * @param {LoadCallback} callback Callback function * @returns {undefined} * @see {@link Root#load} */ function load(filename, root, callback) { if (typeof root === "function") { callback = root; root = new protobuf.Root(); } else if (!root) root = new protobuf.Root(); return root.load(fi...
来源: Laya3.0_文档 发布时间: 20241014
...this.ChatMessage.encode(greetingMessage).finish(); //socket不为 null 或 undefined时,将二进制数据 greetingBuffer 通过 WebSocket 发送到服务器。 this.socket?.send(greetingBuffer); }; // 接收服务器返回的消息 this.socket.onmessage = (event) => { //将 event.data 转换...
来源: Laya3.0_文档 发布时间: 20241119