忧心书本

文章
2
资源
0
加入时间
3年0月9天

Protobuf(二)proto3语法格式

.proto文件有两种语法标准:proto2和proto3,我们以proto3为例,其语法格式如下:message <message_name> { <filed_rule> <filed_type> <filed_name> = <field_number> 规则 类型 名称 编号