导出命令 ./protoc --xx_out=path *.proto 导出CSharp注意 导出CSharp脚本时,需要在proto中加入package xxx防止包名重复,否则导出时会出现string subscript out of range