You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
316 B

1 week ago
  1. "use strict";
  2. let HotCity = [
  3. {
  4. "py": "hzs",
  5. "code": 330100,
  6. "cityInitial": "H",
  7. "cityName": "杭州市",
  8. "pinYin": "hang zhou shi"
  9. },
  10. {
  11. "py": "lys",
  12. "code": 410300,
  13. "cityInitial": "L",
  14. "cityName": "洛阳市",
  15. "pinYin": "luo yang shi"
  16. }
  17. ];
  18. exports.HotCity = HotCity;