• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0010 秒)

1. websocket 中 protobuf 数据的发送与接收的具体方法是怎样的? [ 100%]

websocket 中 protobuf 数据的发送与接收的具体方法是怎样的? package test; enum MSG_HEADER { LOGIN_GAME = 0x00000001; JOIN_GAME = 0x00000002; EXIT_GAME = 0x00000003; } message LoginGame { required string account = 1; // 账号 required string passwd = 2; // 密码 }第一次使用p...

来源: Laya_社区 发布时间: 20170217