文本字符串(无结束符)可以用双引号表示

string-property = "a string"

Cells’是 32 位无符号整数,用尖括号限定:

cell-property = <0xbeef 123 0xabcd1234>

二进制数据用方括号限定:

binary-property = [0x01 0x23 0x45 0x67];

不同表示形式的数据可以使用逗号连在一起:

mixed-property = "a string", [0x01 0x23 0x45 0x67], <0x12345678>;

逗号也可用于创建字符串列表:

string-list = "red fish", "blue fish";

 

  

 

  

 

  

 

  

 

 

 

相关文章:

  • 2021-12-28
  • 2021-12-12
猜你喜欢
  • 2021-11-08
  • 2021-12-27
  • 2021-08-18
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案