string_single_quote.proto 89 字节 原文件 审查 历史 永久链接 1 2 3 message TestSingleQuoteString { required string a = 1 [ default = 'hello world' ]; }