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

cities.json 1.0KB

12345678910111213141516
  1. [ { "value": 1 , "text": "Amsterdam" , "continent": "Europe" },
  2. { "value": 2 , "text": "London" , "continent": "Europe" },
  3. { "value": 3 , "text": "Paris" , "continent": "Europe" },
  4. { "value": 4 , "text": "Washington" , "continent": "America" },
  5. { "value": 5 , "text": "Mexico City" , "continent": "America" },
  6. { "value": 6 , "text": "Buenos Aires", "continent": "America" },
  7. { "value": 7 , "text": "Sydney" , "continent": "Australia" },
  8. { "value": 8 , "text": "Wellington" , "continent": "Australia" },
  9. { "value": 9 , "text": "Canberra" , "continent": "Australia" },
  10. { "value": 10, "text": "Beijing" , "continent": "Asia" },
  11. { "value": 11, "text": "New Delhi" , "continent": "Asia" },
  12. { "value": 12, "text": "Kathmandu" , "continent": "Asia" },
  13. { "value": 13, "text": "Cairo" , "continent": "Africa" },
  14. { "value": 14, "text": "Cape Town" , "continent": "Africa" },
  15. { "value": 15, "text": "Kinshasa" , "continent": "Africa" }
  16. ]