5.json 402 B

1234567891011121314151617181920212223242526272829303132
  1. [
  2. {
  3. "name":"华东",
  4. "num":50000,
  5. "width":"",
  6. "background":"#FFBE68"
  7. },
  8. {
  9. "name":"华南",
  10. "num":30000,
  11. "width":"",
  12. "background":"#0FEBE1"
  13. },
  14. {
  15. "name":"华北",
  16. "num":45500,
  17. "width":"",
  18. "background":"#BF8DFC"
  19. },
  20. {
  21. "name":"西北",
  22. "num":60120,
  23. "width":"",
  24. "background":"#FF859C"
  25. },
  26. {
  27. "name":"西南",
  28. "num":26020,
  29. "width":"",
  30. "background":"#51ADCF"
  31. }
  32. ]