erlang自定义二进制协议
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
419 B

  1. %% person info
  2. //注释 $errcode[err1:辅导费, err2 : 444 ] tttttt33 辅导费
  3. %%1111 $errcode[err3:辅导费, err4:dfsf ] tttttt33 辅导费
  4. person1{
  5. string name; %% 名字
  6. int32 id; //错误码 $errcode[err5:其他注释辅导费, err6:dfff] 其他注释辅导费
  7. string email; //$errcode[err7:def, err8:其他注释辅导费 ] tttttt33 辅导费
  8. list[phoneNumber] phone; // list of phoneNumber
  9. }