全国省市区JS数据

这篇博客展示了用于存储中国所有省市区信息的JavaScript数据结构。数据以数组形式组织,每个省都有对应的市和县的数据,可用于地理信息系统或地区选择功能。
摘要由CSDN通过智能技术生成

var arrProvince = new Array();
var arrCity = new Array();
var arrcountry = new Array();

var i = 0;
var j = 0;
var k = 0;

arrProvince[i] = “北京市|5392”;
arrCity[i] = new Array();
arrcountry[i] = new Array();

j = 0;
arrCity[i][j] = "东城区|5393";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "西城区|5394";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "朝阳区|5395";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "丰台区|5396";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "石景山区|5397";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "海淀区|5398";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "门头沟区|5399";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "房山区|5400";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "通州区|5401";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "顺义区|5402";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "昌平区|5403";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "大兴区|5404";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "怀柔区|5405";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "平谷区|5406";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "密云区|5407";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "延庆区|5408";
arrcountry[i][j] = new Array();

	k = 0;

j++;

i++;
arrProvince[i] = “天津市|5409”;
arrCity[i] = new Array();
arrcountry[i] = new Array();

j = 0;
arrCity[i][j] = "和平区|5410";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "河东区|5411";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "河西区|5412";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "南开区|5413";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "河北区|5414";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "红桥区|5415";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "东丽区|5416";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "西青区|5417";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "津南区|5418";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "北辰区|5419";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "武清区|5420";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "宝坻区|5421";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "滨海新区|5422";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "宁河区|5423";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "静海区|5424";
arrcountry[i][j] = new Array();

	k = 0;

j++;
arrCity[i][j] = "蓟州区|5425";
arrcountry[i][j] = new Array();

	k = 0;

j++;

i++;
arrProvince[i] = “河北省|5426”;
arrCity[i] = new Array();
arrcountry[i] = new Array();

j = 0;
arrCity[i][j] = "石家庄市|5427";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "长安区|5428";
	arrcountry[i][j][k++] = "桥西区|5429";
	arrcountry[i][j][k++] = "新华区|5430";
	arrcountry[i][j][k++] = "井陉矿区|5431";
	arrcountry[i][j][k++] = "裕华区|5432";
	arrcountry[i][j][k++] = "藁城区|5433";
	arrcountry[i][j][k++] = "鹿泉区|5434";
	arrcountry[i][j][k++] = "栾城区|5435";
	arrcountry[i][j][k++] = "井陉县|5436";
	arrcountry[i][j][k++] = "正定县|5437";
	arrcountry[i][j][k++] = "行唐县|5438";
	arrcountry[i][j][k++] = "灵寿县|5439";
	arrcountry[i][j][k++] = "高邑县|5440";
	arrcountry[i][j][k++] = "深泽县|5441";
	arrcountry[i][j][k++] = "赞皇县|5442";
	arrcountry[i][j][k++] = "无极县|5443";
	arrcountry[i][j][k++] = "平山县|5444";
	arrcountry[i][j][k++] = "元氏县|5445";
	arrcountry[i][j][k++] = "赵县|5446";
	arrcountry[i][j][k++] = "辛集市|5447";
	arrcountry[i][j][k++] = "晋州市|5448";
	arrcountry[i][j][k++] = "新乐市|5449";

j++;
arrCity[i][j] = "唐山市|5450";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "路南区|5451";
	arrcountry[i][j][k++] = "路北区|5452";
	arrcountry[i][j][k++] = "古冶区|5453";
	arrcountry[i][j][k++] = "开平区|5454";
	arrcountry[i][j][k++] = "丰南区|5455";
	arrcountry[i][j][k++] = "丰润区|5456";
	arrcountry[i][j][k++] = "曹妃甸区|5457";
	arrcountry[i][j][k++] = "滦县|5458";
	arrcountry[i][j][k++] = "滦南县|5459";
	arrcountry[i][j][k++] = "乐亭县|5460";
	arrcountry[i][j][k++] = "迁西县|5461";
	arrcountry[i][j][k++] = "玉田县|5462";
	arrcountry[i][j][k++] = "遵化市|5463";
	arrcountry[i][j][k++] = "迁安市|5464";

j++;
arrCity[i][j] = "秦皇岛市|5465";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "海港区|5466";
	arrcountry[i][j][k++] = "山海关区|5467";
	arrcountry[i][j][k++] = "北戴河区|5468";
	arrcountry[i][j][k++] = "抚宁区|5469";
	arrcountry[i][j][k++] = "青龙满族自治县|5470";
	arrcountry[i][j][k++] = "昌黎县|5471";
	arrcountry[i][j][k++] = "卢龙县|5472";

j++;
arrCity[i][j] = "邯郸市|5473";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "邯山区|5474";
	arrcountry[i][j][k++] = "丛台区|5475";
	arrcountry[i][j][k++] = "复兴区|5476";
	arrcountry[i][j][k++] = "峰峰矿区|5477";
	arrcountry[i][j][k++] = "肥乡区|5478";
	arrcountry[i][j][k++] = "永年区|5479";
	arrcountry[i][j][k++] = "临漳县|5480";
	arrcountry[i][j][k++] = "成安县|5481";
	arrcountry[i][j][k++] = "大名县|5482";
	arrcountry[i][j][k++] = "涉县|5483";
	arrcountry[i][j][k++] = "磁县|5484";
	arrcountry[i][j][k++] = "邱县|5485";
	arrcountry[i][j][k++] = "鸡泽县|5486";
	arrcountry[i][j][k++] = "广平县|5487";
	arrcountry[i][j][k++] = "馆陶县|5488";
	arrcountry[i][j][k++] = "魏县|5489";
	arrcountry[i][j][k++] = "曲周县|5490";
	arrcountry[i][j][k++] = "武安市|5491";

j++;
arrCity[i][j] = "邢台市|5492";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "桥东区|5493";
	arrcountry[i][j][k++] = "桥西区|5494";
	arrcountry[i][j][k++] = "邢台县|5495";
	arrcountry[i][j][k++] = "临城县|5496";
	arrcountry[i][j][k++] = "内丘县|5497";
	arrcountry[i][j][k++] = "柏乡县|5498";
	arrcountry[i][j][k++] = "隆尧县|5499";
	arrcountry[i][j][k++] = "任县|5500";
	arrcountry[i][j][k++] = "南和县|5501";
	arrcountry[i][j][k++] = "宁晋县|5502";
	arrcountry[i][j][k++] = "巨鹿县|5503";
	arrcountry[i][j][k++] = "新河县|5504";
	arrcountry[i][j][k++] = "广宗县|5505";
	arrcountry[i][j][k++] = "平乡县|5506";
	arrcountry[i][j][k++] = "威县|5507";
	arrcountry[i][j][k++] = "清河县|5508";
	arrcountry[i][j][k++] = "临西县|5509";
	arrcountry[i][j][k++] = "南宫市|5510";
	arrcountry[i][j][k++] = "沙河市|5511";

j++;
arrCity[i][j] = "保定市|5512";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "竞秀区|5513";
	arrcountry[i][j][k++] = "莲池区|5514";
	arrcountry[i][j][k++] = "满城区|5515";
	arrcountry[i][j][k++] = "清苑区|5516";
	arrcountry[i][j][k++] = "徐水区|5517";
	arrcountry[i][j][k++] = "涞水县|5518";
	arrcountry[i][j][k++] = "阜平县|5519";
	arrcountry[i][j][k++] = "定兴县|5520";
	arrcountry[i][j][k++] = "唐县|5521";
	arrcountry[i][j][k++] = "高阳县|5522";
	arrcountry[i][j][k++] = "容城县|5523";
	arrcountry[i][j][k++] = "涞源县|5524";
	arrcountry[i][j][k++] = "望都县|5525";
	arrcountry[i][j][k++] = "安新县|5526";
	arrcountry[i][j][k++] = "易县|5527";
	arrcountry[i][j][k++] = "曲阳县|5528";
	arrcountry[i][j][k++] = "蠡县|5529";
	arrcountry[i][j][k++] = "顺平县|5530";
	arrcountry[i][j][k++] = "博野县|5531";
	arrcountry[i][j][k++] = "雄县|5532";
	arrcountry[i][j][k++] = "涿州市|5533";
	arrcountry[i][j][k++] = "定州市|5534";
	arrcountry[i][j][k++] = "安国市|5535";
	arrcountry[i][j][k++] = "高碑店市|5536";

j++;
arrCity[i][j] = "张家口市|5537";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "桥东区|5538";
	arrcountry[i][j][k++] = "桥西区|5539";
	arrcountry[i][j][k++] = "宣化区|5540";
	arrcountry[i][j][k++] = "下花园区|5541";
	arrcountry[i][j][k++] = "万全区|5542";
	arrcountry[i][j][k++] = "崇礼区|5543";
	arrcountry[i][j][k++] = "张北县|5544";
	arrcountry[i][j][k++] = "康保县|5545";
	arrcountry[i][j][k++] = "沽源县|5546";
	arrcountry[i][j][k++] = "尚义县|5547";
	arrcountry[i][j][k++] = "蔚县|5548";
	arrcountry[i][j][k++] = "阳原县|5549";
	arrcountry[i][j][k++] = "怀安县|5550";
	arrcountry[i][j][k++] = "怀来县|5551";
	arrcountry[i][j][k++] = "涿鹿县|5552";
	arrcountry[i][j][k++] = "赤城县|5553";

j++;
arrCity[i][j] = "承德市|5554";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "双桥区|5555";
	arrcountry[i][j][k++] = "双滦区|5556";
	arrcountry[i][j][k++] = "鹰手营子矿区|5557";
	arrcountry[i][j][k++] = "承德县|5558";
	arrcountry[i][j][k++] = "兴隆县|5559";
	arrcountry[i][j][k++] = "滦平县|5560";
	arrcountry[i][j][k++] = "隆化县|5561";
	arrcountry[i][j][k++] = "丰宁满族自治县|5562";
	arrcountry[i][j][k++] = "宽城满族自治县|5563";
	arrcountry[i][j][k++] = "围场满族蒙古族自治县|5564";
	arrcountry[i][j][k++] = "平泉市|5565";

j++;
arrCity[i][j] = "沧州市|5566";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "新华区|5567";
	arrcountry[i][j][k++] = "运河区|5568";
	arrcountry[i][j][k++] = "沧县|5569";
	arrcountry[i][j][k++] = "青县|5570";
	arrcountry[i][j][k++] = "东光县|5571";
	arrcountry[i][j][k++] = "海兴县|5572";
	arrcountry[i][j][k++] = "盐山县|5573";
	arrcountry[i][j][k++] = "肃宁县|5574";
	arrcountry[i][j][k++] = "南皮县|5575";
	arrcountry[i][j][k++] = "吴桥县|5576";
	arrcountry[i][j][k++] = "献县|5577";
	arrcountry[i][j][k++] = "孟村回族自治县|5578";
	arrcountry[i][j][k++] = "泊头市|5579";
	arrcountry[i][j][k++] = "任丘市|5580";
	arrcountry[i][j][k++] = "黄骅市|5581";
	arrcountry[i][j][k++] = "河间市|5582";

j++;
arrCity[i][j] = "廊坊市|5583";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "安次区|5584";
	arrcountry[i][j][k++] = "广阳区|5585";
	arrcountry[i][j][k++] = "固安县|5586";
	arrcountry[i][j][k++] = "永清县|5587";
	arrcountry[i][j][k++] = "香河县|5588";
	arrcountry[i][j][k++] = "大城县|5589";
	arrcountry[i][j][k++] = "文安县|5590";
	arrcountry[i][j][k++] = "大厂回族自治县|5591";
	arrcountry[i][j][k++] = "霸州市|5592";
	arrcountry[i][j][k++] = "三河市|5593";

j++;
arrCity[i][j] = "衡水市|5594";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "桃城区|5595";
	arrcountry[i][j][k++] = "冀州区|5596";
	arrcountry[i][j][k++] = "枣强县|5597";
	arrcountry[i][j][k++] = "武邑县|5598";
	arrcountry[i][j][k++] = "武强县|5599";
	arrcountry[i][j][k++] = "饶阳县|5600";
	arrcountry[i][j][k++] = "安平县|5601";
	arrcountry[i][j][k++] = "故城县|5602";
	arrcountry[i][j][k++] = "景县|5603";
	arrcountry[i][j][k++] = "阜城县|5604";
	arrcountry[i][j][k++] = "深州市|5605";

j++;

i++;
arrProvince[i] = “山西省|5606”;
arrCity[i] = new Array();
arrcountry[i] = new Array();

j = 0;
arrCity[i][j] = "太原市|5607";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "小店区|5608";
	arrcountry[i][j][k++] = "迎泽区|5609";
	arrcountry[i][j][k++] = "杏花岭区|5610";
	arrcountry[i][j][k++] = "尖草坪区|5611";
	arrcountry[i][j][k++] = "万柏林区|5612";
	arrcountry[i][j][k++] = "晋源区|5613";
	arrcountry[i][j][k++] = "清徐县|5614";
	arrcountry[i][j][k++] = "阳曲县|5615";
	arrcountry[i][j][k++] = "娄烦县|5616";
	arrcountry[i][j][k++] = "古交市|5617";

j++;
arrCity[i][j] = "大同市|5618";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "新荣区|5619";
	arrcountry[i][j][k++] = "平城区|5620";
	arrcountry[i][j][k++] = "云冈区|5621";
	arrcountry[i][j][k++] = "云州区|5622";
	arrcountry[i][j][k++] = "阳高县|5623";
	arrcountry[i][j][k++] = "天镇县|5624";
	arrcountry[i][j][k++] = "广灵县|5625";
	arrcountry[i][j][k++] = "灵丘县|5626";
	arrcountry[i][j][k++] = "浑源县|5627";
	arrcountry[i][j][k++] = "左云县|5628";

j++;
arrCity[i][j] = "阳泉市|5629";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "城区|5630";
	arrcountry[i][j][k++] = "矿区|5631";
	arrcountry[i][j][k++] = "郊区|5632";
	arrcountry[i][j][k++] = "平定县|5633";
	arrcountry[i][j][k++] = "盂县|5634";

j++;
arrCity[i][j] = "长治市|5635";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "城区|5636";
	arrcountry[i][j][k++] = "郊区|5637";
	arrcountry[i][j][k++] = "长治县|5638";
	arrcountry[i][j][k++] = "襄垣县|5639";
	arrcountry[i][j][k++] = "屯留县|5640";
	arrcountry[i][j][k++] = "平顺县|5641";
	arrcountry[i][j][k++] = "黎城县|5642";
	arrcountry[i][j][k++] = "壶关县|5643";
	arrcountry[i][j][k++] = "长子县|5644";
	arrcountry[i][j][k++] = "武乡县|5645";
	arrcountry[i][j][k++] = "沁县|5646";
	arrcountry[i][j][k++] = "沁源县|5647";
	arrcountry[i][j][k++] = "潞城市|5648";

j++;
arrCity[i][j] = "晋城市|5649";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "城区|5650";
	arrcountry[i][j][k++] = "沁水县|5651";
	arrcountry[i][j][k++] = "阳城县|5652";
	arrcountry[i][j][k++] = "陵川县|5653";
	arrcountry[i][j][k++] = "泽州县|5654";
	arrcountry[i][j][k++] = "高平市|5655";

j++;
arrCity[i][j] = "朔州市|5656";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "朔城区|5657";
	arrcountry[i][j][k++] = "平鲁区|5658";
	arrcountry[i][j][k++] = "山阴县|5659";
	arrcountry[i][j][k++] = "应县|5660";
	arrcountry[i][j][k++] = "右玉县|5661";
	arrcountry[i][j][k++] = "怀仁市|5662";

j++;
arrCity[i][j] = "晋中市|5663";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "榆次区|5664";
	arrcountry[i][j][k++] = "榆社县|5665";
	arrcountry[i][j][k++] = "左权县|5666";
	arrcountry[i][j][k++] = "和顺县|5667";
	arrcountry[i][j][k++] = "昔阳县|5668";
	arrcountry[i][j][k++] = "寿阳县|5669";
	arrcountry[i][j][k++] = "太谷县|5670";
	arrcountry[i][j][k++] = "祁县|5671";
	arrcountry[i][j][k++] = "平遥县|5672";
	arrcountry[i][j][k++] = "灵石县|5673";
	arrcountry[i][j][k++] = "介休市|5674";

j++;
arrCity[i][j] = "运城市|5675";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "盐湖区|5676";
	arrcountry[i][j][k++] = "临猗县|5677";
	arrcountry[i][j][k++] = "万荣县|5678";
	arrcountry[i][j][k++] = "闻喜县|5679";
	arrcountry[i][j][k++] = "稷山县|5680";
	arrcountry[i][j][k++] = "新绛县|5681";
	arrcountry[i][j][k++] = "绛县|5682";
	arrcountry[i][j][k++] = "垣曲县|5683";
	arrcountry[i][j][k++] = "夏县|5684";
	arrcountry[i][j][k++] = "平陆县|5685";
	arrcountry[i][j][k++] = "芮城县|5686";
	arrcountry[i][j][k++] = "永济市|5687";
	arrcountry[i][j][k++] = "河津市|5688";

j++;
arrCity[i][j] = "忻州市|5689";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "忻府区|5690";
	arrcountry[i][j][k++] = "定襄县|5691";
	arrcountry[i][j][k++] = "五台县|5692";
	arrcountry[i][j][k++] = "代县|5693";
	arrcountry[i][j][k++] = "繁峙县|5694";
	arrcountry[i][j][k++] = "宁武县|5695";
	arrcountry[i][j][k++] = "静乐县|5696";
	arrcountry[i][j][k++] = "神池县|5697";
	arrcountry[i][j][k++] = "五寨县|5698";
	arrcountry[i][j][k++] = "岢岚县|5699";
	arrcountry[i][j][k++] = "河曲县|5700";
	arrcountry[i][j][k++] = "保德县|5701";
	arrcountry[i][j][k++] = "偏关县|5702";
	arrcountry[i][j][k++] = "原平市|5703";

j++;
arrCity[i][j] = "临汾市|5704";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "尧都区|5705";
	arrcountry[i][j][k++] = "曲沃县|5706";
	arrcountry[i][j][k++] = "翼城县|5707";
	arrcountry[i][j][k++] = "襄汾县|5708";
	arrcountry[i][j][k++] = "洪洞县|5709";
	arrcountry[i][j][k++] = "古县|5710";
	arrcountry[i][j][k++] = "安泽县|5711";
	arrcountry[i][j][k++] = "浮山县|5712";
	arrcountry[i][j][k++] = "吉县|5713";
	arrcountry[i][j][k++] = "乡宁县|5714";
	arrcountry[i][j][k++] = "大宁县|5715";
	arrcountry[i][j][k++] = "隰县|5716";
	arrcountry[i][j][k++] = "永和县|5717";
	arrcountry[i][j][k++] = "蒲县|5718";
	arrcountry[i][j][k++] = "汾西县|5719";
	arrcountry[i][j][k++] = "侯马市|5720";
	arrcountry[i][j][k++] = "霍州市|5721";

j++;
arrCity[i][j] = "吕梁市|5722";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "离石区|5723";
	arrcountry[i][j][k++] = "文水县|5724";
	arrcountry[i][j][k++] = "交城县|5725";
	arrcountry[i][j][k++] = "兴县|5726";
	arrcountry[i][j][k++] = "临县|5727";
	arrcountry[i][j][k++] = "柳林县|5728";
	arrcountry[i][j][k++] = "石楼县|5729";
	arrcountry[i][j][k++] = "岚县|5730";
	arrcountry[i][j][k++] = "方山县|5731";
	arrcountry[i][j][k++] = "中阳县|5732";
	arrcountry[i][j][k++] = "交口县|5733";
	arrcountry[i][j][k++] = "孝义市|5734";
	arrcountry[i][j][k++] = "汾阳市|5735";

j++;

i++;
arrProvince[i] = “内蒙古自治区|5736”;
arrCity[i] = new Array();
arrcountry[i] = new Array();

j = 0;
arrCity[i][j] = "呼和浩特市|5737";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "新城区|5738";
	arrcountry[i][j][k++] = "回民区|5739";
	arrcountry[i][j][k++] = "玉泉区|5740";
	arrcountry[i][j][k++] = "赛罕区|5741";
	arrcountry[i][j][k++] = "土默特左旗|5742";
	arrcountry[i][j][k++] = "托克托县|5743";
	arrcountry[i][j][k++] = "和林格尔县|5744";
	arrcountry[i][j][k++] = "清水河县|5745";
	arrcountry[i][j][k++] = "武川县|5746";

j++;
arrCity[i][j] = "包头市|5747";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "东河区|5748";
	arrcountry[i][j][k++] = "昆都仑区|5749";
	arrcountry[i][j][k++] = "青山区|5750";
	arrcountry[i][j][k++] = "石拐区|5751";
	arrcountry[i][j][k++] = "白云鄂博矿区|5752";
	arrcountry[i][j][k++] = "九原区|5753";
	arrcountry[i][j][k++] = "土默特右旗|5754";
	arrcountry[i][j][k++] = "固阳县|5755";
	arrcountry[i][j][k++] = "达尔罕茂明安联合旗|5756";

j++;
arrCity[i][j] = "乌海市|5757";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "海勃湾区|5758";
	arrcountry[i][j][k++] = "海南区|5759";
	arrcountry[i][j][k++] = "乌达区|5760";

j++;
arrCity[i][j] = "赤峰市|5761";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "红山区|5762";
	arrcountry[i][j][k++] = "元宝山区|5763";
	arrcountry[i][j][k++] = "松山区|5764";
	arrcountry[i][j][k++] = "阿鲁科尔沁旗|5765";
	arrcountry[i][j][k++] = "巴林左旗|5766";
	arrcountry[i][j][k++] = "巴林右旗|5767";
	arrcountry[i][j][k++] = "林西县|5768";
	arrcountry[i][j][k++] = "克什克腾旗|5769";
	arrcountry[i][j][k++] = "翁牛特旗|5770";
	arrcountry[i][j][k++] = "喀喇沁旗|5771";
	arrcountry[i][j][k++] = "宁城县|5772";
	arrcountry[i][j][k++] = "敖汉旗|5773";

j++;
arrCity[i][j] = "通辽市|5774";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "科尔沁区|5775";
	arrcountry[i][j][k++] = "科尔沁左翼中旗|5776";
	arrcountry[i][j][k++] = "科尔沁左翼后旗|5777";
	arrcountry[i][j][k++] = "开鲁县|5778";
	arrcountry[i][j][k++] = "库伦旗|5779";
	arrcountry[i][j][k++] = "奈曼旗|5780";
	arrcountry[i][j][k++] = "扎鲁特旗|5781";
	arrcountry[i][j][k++] = "霍林郭勒市|5782";

j++;
arrCity[i][j] = "鄂尔多斯市|5783";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "东胜区|5784";
	arrcountry[i][j][k++] = "康巴什区|5785";
	arrcountry[i][j][k++] = "达拉特旗|5786";
	arrcountry[i][j][k++] = "准格尔旗|5787";
	arrcountry[i][j][k++] = "鄂托克前旗|5788";
	arrcountry[i][j][k++] = "鄂托克旗|5789";
	arrcountry[i][j][k++] = "杭锦旗|5790";
	arrcountry[i][j][k++] = "乌审旗|5791";
	arrcountry[i][j][k++] = "伊金霍洛旗|5792";

j++;
arrCity[i][j] = "呼伦贝尔市|5793";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "海拉尔区|5794";
	arrcountry[i][j][k++] = "扎赉诺尔区|5795";
	arrcountry[i][j][k++] = "阿荣旗|5796";
	arrcountry[i][j][k++] = "莫力达瓦达斡尔族自治旗|5797";
	arrcountry[i][j][k++] = "鄂伦春自治旗|5798";
	arrcountry[i][j][k++] = "鄂温克族自治旗|5799";
	arrcountry[i][j][k++] = "陈巴尔虎旗|5800";
	arrcountry[i][j][k++] = "新巴尔虎左旗|5801";
	arrcountry[i][j][k++] = "新巴尔虎右旗|5802";
	arrcountry[i][j][k++] = "满洲里市|5803";
	arrcountry[i][j][k++] = "牙克石市|5804";
	arrcountry[i][j][k++] = "扎兰屯市|5805";
	arrcountry[i][j][k++] = "额尔古纳市|5806";
	arrcountry[i][j][k++] = "根河市|5807";

j++;
arrCity[i][j] = "巴彦淖尔市|5808";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "临河区|5809";
	arrcountry[i][j][k++] = "五原县|5810";
	arrcountry[i][j][k++] = "磴口县|5811";
	arrcountry[i][j][k++] = "乌拉特前旗|5812";
	arrcountry[i][j][k++] = "乌拉特中旗|5813";
	arrcountry[i][j][k++] = "乌拉特后旗|5814";
	arrcountry[i][j][k++] = "杭锦后旗|5815";

j++;
arrCity[i][j] = "乌兰察布市|5816";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "集宁区|5817";
	arrcountry[i][j][k++] = "卓资县|5818";
	arrcountry[i][j][k++] = "化德县|5819";
	arrcountry[i][j][k++] = "商都县|5820";
	arrcountry[i][j][k++] = "兴和县|5821";
	arrcountry[i][j][k++] = "凉城县|5822";
	arrcountry[i][j][k++] = "察哈尔右翼前旗|5823";
	arrcountry[i][j][k++] = "察哈尔右翼中旗|5824";
	arrcountry[i][j][k++] = "察哈尔右翼后旗|5825";
	arrcountry[i][j][k++] = "四子王旗|5826";
	arrcountry[i][j][k++] = "丰镇市|5827";

j++;
arrCity[i][j] = "兴安盟|5828";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "乌兰浩特市|5829";
	arrcountry[i][j][k++] = "阿尔山市|5830";
	arrcountry[i][j][k++] = "科尔沁右翼前旗|5831";
	arrcountry[i][j][k++] = "科尔沁右翼中旗|5832";
	arrcountry[i][j][k++] = "扎赉特旗|5833";
	arrcountry[i][j][k++] = "突泉县|5834";

j++;
arrCity[i][j] = "锡林郭勒盟|5835";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "二连浩特市|5836";
	arrcountry[i][j][k++] = "锡林浩特市|5837";
	arrcountry[i][j][k++] = "阿巴嘎旗|5838";
	arrcountry[i][j][k++] = "苏尼特左旗|5839";
	arrcountry[i][j][k++] = "苏尼特右旗|5840";
	arrcountry[i][j][k++] = "东乌珠穆沁旗|5841";
	arrcountry[i][j][k++] = "西乌珠穆沁旗|5842";
	arrcountry[i][j][k++] = "太仆寺旗|5843";
	arrcountry[i][j][k++] = "镶黄旗|5844";
	arrcountry[i][j][k++] = "正镶白旗|5845";
	arrcountry[i][j][k++] = "正蓝旗|5846";
	arrcountry[i][j][k++] = "多伦县|5847";

j++;
arrCity[i][j] = "阿拉善盟|5848";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "阿拉善左旗|5849";
	arrcountry[i][j][k++] = "阿拉善右旗|5850";
	arrcountry[i][j][k++] = "额济纳旗|5851";

j++;

i++;
arrProvince[i] = “辽宁省|5852”;
arrCity[i] = new Array();
arrcountry[i] = new Array();

j = 0;
arrCity[i][j] = "沈阳市|5853";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "和平区|5854";
	arrcountry[i][j][k++] = "沈河区|5855";
	arrcountry[i][j][k++] = "大东区|5856";
	arrcountry[i][j][k++] = "皇姑区|5857";
	arrcountry[i][j][k++] = "铁西区|5858";
	arrcountry[i][j][k++] = "苏家屯区|5859";
	arrcountry[i][j][k++] = "浑南区|5860";
	arrcountry[i][j][k++] = "沈北新区|5861";
	arrcountry[i][j][k++] = "于洪区|5862";
	arrcountry[i][j][k++] = "辽中区|5863";
	arrcountry[i][j][k++] = "康平县|5864";
	arrcountry[i][j][k++] = "法库县|5865";
	arrcountry[i][j][k++] = "新民市|5866";

j++;
arrCity[i][j] = "大连市|5867";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "中山区|5868";
	arrcountry[i][j][k++] = "西岗区|5869";
	arrcountry[i][j][k++] = "沙河口区|5870";
	arrcountry[i][j][k++] = "甘井子区|5871";
	arrcountry[i][j][k++] = "旅顺口区|5872";
	arrcountry[i][j][k++] = "金州区|5873";
	arrcountry[i][j][k++] = "普兰店区|5874";
	arrcountry[i][j][k++] = "长海县|5875";
	arrcountry[i][j][k++] = "瓦房店市|5876";
	arrcountry[i][j][k++] = "庄河市|5877";

j++;
arrCity[i][j] = "鞍山市|5878";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "铁东区|5879";
	arrcountry[i][j][k++] = "铁西区|5880";
	arrcountry[i][j][k++] = "立山区|5881";
	arrcountry[i][j][k++] = "千山区|5882";
	arrcountry[i][j][k++] = "台安县|5883";
	arrcountry[i][j][k++] = "岫岩满族自治县|5884";
	arrcountry[i][j][k++] = "海城市|5885";

j++;
arrCity[i][j] = "抚顺市|5886";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "新抚区|5887";
	arrcountry[i][j][k++] = "东洲区|5888";
	arrcountry[i][j][k++] = "望花区|5889";
	arrcountry[i][j][k++] = "顺城区|5890";
	arrcountry[i][j][k++] = "抚顺县|5891";
	arrcountry[i][j][k++] = "新宾满族自治县|5892";
	arrcountry[i][j][k++] = "清原满族自治县|5893";

j++;
arrCity[i][j] = "本溪市|5894";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "平山区|5895";
	arrcountry[i][j][k++] = "溪湖区|5896";
	arrcountry[i][j][k++] = "明山区|5897";
	arrcountry[i][j][k++] = "南芬区|5898";
	arrcountry[i][j][k++] = "本溪满族自治县|5899";
	arrcountry[i][j][k++] = "桓仁满族自治县|5900";

j++;
arrCity[i][j] = "丹东市|5901";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "元宝区|5902";
	arrcountry[i][j][k++] = "振兴区|5903";
	arrcountry[i][j][k++] = "振安区|5904";
	arrcountry[i][j][k++] = "宽甸满族自治县|5905";
	arrcountry[i][j][k++] = "东港市|5906";
	arrcountry[i][j][k++] = "凤城市|5907";

j++;
arrCity[i][j] = "锦州市|5908";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "古塔区|5909";
	arrcountry[i][j][k++] = "凌河区|5910";
	arrcountry[i][j][k++] = "太和区|5911";
	arrcountry[i][j][k++] = "黑山县|5912";
	arrcountry[i][j][k++] = "义县|5913";
	arrcountry[i][j][k++] = "凌海市|5914";
	arrcountry[i][j][k++] = "北镇市|5915";

j++;
arrCity[i][j] = "营口市|5916";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "站前区|5917";
	arrcountry[i][j][k++] = "西市区|5918";
	arrcountry[i][j][k++] = "鲅鱼圈区|5919";
	arrcountry[i][j][k++] = "老边区|5920";
	arrcountry[i][j][k++] = "盖州市|5921";
	arrcountry[i][j][k++] = "大石桥市|5922";

j++;
arrCity[i][j] = "阜新市|5923";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "海州区|5924";
	arrcountry[i][j][k++] = "新邱区|5925";
	arrcountry[i][j][k++] = "太平区|5926";
	arrcountry[i][j][k++] = "清河门区|5927";
	arrcountry[i][j][k++] = "细河区|5928";
	arrcountry[i][j][k++] = "阜新蒙古族自治县|5929";
	arrcountry[i][j][k++] = "彰武县|5930";

j++;
arrCity[i][j] = "辽阳市|5931";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "白塔区|5932";
	arrcountry[i][j][k++] = "文圣区|5933";
	arrcountry[i][j][k++] = "宏伟区|5934";
	arrcountry[i][j][k++] = "弓长岭区|5935";
	arrcountry[i][j][k++] = "太子河区|5936";
	arrcountry[i][j][k++] = "辽阳县|5937";
	arrcountry[i][j][k++] = "灯塔市|5938";

j++;
arrCity[i][j] = "盘锦市|5939";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "双台子区|5940";
	arrcountry[i][j][k++] = "兴隆台区|5941";
	arrcountry[i][j][k++] = "大洼区|5942";
	arrcountry[i][j][k++] = "盘山县|5943";

j++;
arrCity[i][j] = "铁岭市|5944";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "银州区|5945";
	arrcountry[i][j][k++] = "清河区|5946";
	arrcountry[i][j][k++] = "铁岭县|5947";
	arrcountry[i][j][k++] = "西丰县|5948";
	arrcountry[i][j][k++] = "昌图县|5949";
	arrcountry[i][j][k++] = "调兵山市|5950";
	arrcountry[i][j][k++] = "开原市|5951";

j++;
arrCity[i][j] = "朝阳市|5952";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "双塔区|5953";
	arrcountry[i][j][k++] = "龙城区|5954";
	arrcountry[i][j][k++] = "朝阳县|5955";
	arrcountry[i][j][k++] = "建平县|5956";
	arrcountry[i][j][k++] = "喀喇沁左翼蒙古族自治县|5957";
	arrcountry[i][j][k++] = "北票市|5958";
	arrcountry[i][j][k++] = "凌源市|5959";

j++;
arrCity[i][j] = "葫芦岛市|5960";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "连山区|5961";
	arrcountry[i][j][k++] = "龙港区|5962";
	arrcountry[i][j][k++] = "南票区|5963";
	arrcountry[i][j][k++] = "绥中县|5964";
	arrcountry[i][j][k++] = "建昌县|5965";
	arrcountry[i][j][k++] = "兴城市|5966";

j++;

i++;
arrProvince[i] = “吉林省|5967”;
arrCity[i] = new Array();
arrcountry[i] = new Array();

j = 0;
arrCity[i][j] = "长春市|5968";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "南关区|5969";
	arrcountry[i][j][k++] = "宽城区|5970";
	arrcountry[i][j][k++] = "朝阳区|5971";
	arrcountry[i][j][k++] = "二道区|5972";
	arrcountry[i][j][k++] = "绿园区|5973";
	arrcountry[i][j][k++] = "双阳区|5974";
	arrcountry[i][j][k++] = "九台区|5975";
	arrcountry[i][j][k++] = "农安县|5976";
	arrcountry[i][j][k++] = "榆树市|5977";
	arrcountry[i][j][k++] = "德惠市|5978";

j++;
arrCity[i][j] = "吉林市|5979";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "昌邑区|5980";
	arrcountry[i][j][k++] = "龙潭区|5981";
	arrcountry[i][j][k++] = "船营区|5982";
	arrcountry[i][j][k++] = "丰满区|5983";
	arrcountry[i][j][k++] = "永吉县|5984";
	arrcountry[i][j][k++] = "蛟河市|5985";
	arrcountry[i][j][k++] = "桦甸市|5986";
	arrcountry[i][j][k++] = "舒兰市|5987";
	arrcountry[i][j][k++] = "磐石市|5988";

j++;
arrCity[i][j] = "四平市|5989";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "铁西区|5990";
	arrcountry[i][j][k++] = "铁东区|5991";
	arrcountry[i][j][k++] = "梨树县|5992";
	arrcountry[i][j][k++] = "伊通满族自治县|5993";
	arrcountry[i][j][k++] = "公主岭市|5994";
	arrcountry[i][j][k++] = "双辽市|5995";

j++;
arrCity[i][j] = "辽源市|5996";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "龙山区|5997";
	arrcountry[i][j][k++] = "西安区|5998";
	arrcountry[i][j][k++] = "东丰县|5999";
	arrcountry[i][j][k++] = "东辽县|6000";

j++;
arrCity[i][j] = "通化市|6001";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "东昌区|6002";
	arrcountry[i][j][k++] = "二道江区|6003";
	arrcountry[i][j][k++] = "通化县|6004";
	arrcountry[i][j][k++] = "辉南县|6005";
	arrcountry[i][j][k++] = "柳河县|6006";
	arrcountry[i][j][k++] = "梅河口市|6007";
	arrcountry[i][j][k++] = "集安市|6008";

j++;
arrCity[i][j] = "白山市|6009";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "浑江区|6010";
	arrcountry[i][j][k++] = "江源区|6011";
	arrcountry[i][j][k++] = "抚松县|6012";
	arrcountry[i][j][k++] = "靖宇县|6013";
	arrcountry[i][j][k++] = "长白朝鲜族自治县|6014";
	arrcountry[i][j][k++] = "临江市|6015";

j++;
arrCity[i][j] = "松原市|6016";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "宁江区|6017";
	arrcountry[i][j][k++] = "前郭尔罗斯蒙古族自治县|6018";
	arrcountry[i][j][k++] = "长岭县|6019";
	arrcountry[i][j][k++] = "乾安县|6020";
	arrcountry[i][j][k++] = "扶余市|6021";

j++;
arrCity[i][j] = "白城市|6022";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry[i][j][k++] = "洮北区|6023";
	arrcountry[i][j][k++] = "镇赉县|6024";
	arrcountry[i][j][k++] = "通榆县|6025";
	arrcountry[i][j][k++] = "洮南市|6026";
	arrcountry[i][j][k++] = "大安市|6027";

j++;
arrCity[i][j] = "延边朝鲜族自治州|6028";
arrcountry[i][j] = new Array();

	k = 0;
	arrcountry
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值