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

15 行
205B

  1. /* A comment
  2. at the beginning of the file.
  3. */
  4. {
  5. "first" : 1, // comment after 'first' on the same line
  6. /* Comment before 'second'
  7. */
  8. "second" : 2
  9. }
  10. /* A comment at
  11. the end of the file.
  12. */