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
18 lines
316 B
"use strict";
|
|
let HotCity = [
|
|
{
|
|
"py": "hzs",
|
|
"code": 330100,
|
|
"cityInitial": "H",
|
|
"cityName": "杭州市",
|
|
"pinYin": "hang zhou shi"
|
|
},
|
|
{
|
|
"py": "lys",
|
|
"code": 410300,
|
|
"cityInitial": "L",
|
|
"cityName": "洛阳市",
|
|
"pinYin": "luo yang shi"
|
|
}
|
|
];
|
|
exports.HotCity = HotCity;
|