摘要: 安装依赖 npm install protobufjs 创建proto文件 syntax = "proto3"; package protobuf; message Chat{ string msg=1; } 创建工具类 const protobuf = require("protobufjs"); 阅读全文
posted @ 2021-08-09 16:38 HumorChen99 阅读(2) 评论(0) 推荐(0) 编辑