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

11 行
175B

  1. var nested = {
  2. person: {
  3. name: "Chris"
  4. },
  5. ohyeah: "awesome!",
  6. value: ["is", function() {return this.ohyeah;}],
  7. more: {
  8. nested: [29, {values: "kbai"}]
  9. }
  10. };