@echo 生成.proto对应的.pb.h和.pb.cc %~dp0protoc.exe --proto_path=%~dp0 --cpp_out=..\pb\ table.proto msg.proto @echo 完成 pause