cars.json 217 B

1234567891011121314
  1. [
  2. {
  3. "id": 1,
  4. "brand": "大众",
  5. "type": "朗逸",
  6. "start": false
  7. },
  8. {
  9. "id": 2,
  10. "brand": "大众",
  11. "type": "帕萨特",
  12. "start": false
  13. }
  14. ]