syntax = "proto3"; ... import "google/protobuf/duration.proto"; //1. map 值为string 类型 map<string, string> shop = 1; //2. map值为结构体,如下 message ...
確定! 回上一頁