"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;