albums.json

来自「examples ajax + php tutorial」· JSON 代码 · 共 23 行

JSON
23
字号
{
  'album':
  [
    {
      'id':'1',
      'artist':'Depeche Mode',
      'title':'Playing the Angel',
      'comment':'They are back and finally up to speed again'
    },
    {
      'id':'2',
      'artist':'Monty Python',
      'title':'The final Rip-Off',
      'comment':'Double CD wiid all the songs'
    },
    {
      'id':'3',
      'artist':'Ms Kittin',
      'title':'I.com',
      'comment':'Good electronica'
    }
  ]
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?