支援功能
- 輸入
- TXT
- 輸出
- TXT
- 檔案格式
- .proto
如何使用Protocol Buffers · 編輯器
在線開啟並編輯 Protocol Buffers 檔案。無須安裝或上傳,即可搜尋文字並下載 .proto 原始檔。
- 匯入本機 .proto 檔案或貼上 Protocol Buffers 原始碼。
- 編輯文字並使用搜尋尋找所需內容。
- 複製結果或下載修改後的原始檔。
Protocol Buffers · 編輯器 · 範例
輸入
syntax = "proto3";
message Note {
int32 id = 1;
string title = 2;
}
輸出
syntax = "proto3";
message Note {
int32 id = 1;
string title = 2;
}
使用說明
檔案與輸入在此瀏覽器內處理,不需上傳或註冊帳號。
這是原始碼編輯器,不會執行、編譯、驗證程式或連線至伺服器。