syntax="proto3"; //版本号 package protocol; //包名 message TestMessage{ string name=1; int32 age=2; string address=3; }