delphi 全国省市名称补全函数  
官方Delphi 学习QQ群: 682628230(三千人)
频道

delphi 全国省市名称补全函数


function sheng_Replace(dh:string): string;

begin

dh:=StringReplace (dh, '北京', '北京市', [rfReplaceAll]);

dh:=StringReplace (dh, '天津', '天津市', [rfReplaceAll]);

dh:=StringReplace (dh, '河北', '河北省', [rfReplaceAll]);

dh:=StringReplace (dh, '山西', '山西省', [rfReplaceAll]);

dh:=StringReplace (dh, '内蒙古', '内蒙古', [rfReplaceAll]);

dh:=StringReplace (dh, '辽宁', '辽宁省', [rfReplaceAll]);

dh:=StringReplace (dh, '吉林', '吉林省', [rfReplaceAll]);

dh:=StringReplace (dh, '黑龙江', '黑龙江省', [rfReplaceAll]);

dh:=StringReplace (dh, '上海', '上海市', [rfReplaceAll]);

dh:=StringReplace (dh, '江苏', '江苏省', [rfReplaceAll]);

dh:=StringReplace (dh, '浙江', '浙江省', [rfReplaceAll]);

dh:=StringReplace (dh, '安徽', '安徽省', [rfReplaceAll]);

dh:=StringReplace (dh, '福建', '福建省', [rfReplaceAll]);

dh:=StringReplace (dh, '江西', '江西省', [rfReplaceAll]);

dh:=StringReplace (dh, '山东', '山东省', [rfReplaceAll]);

dh:=StringReplace (dh, '河南', '河南省', [rfReplaceAll]);

dh:=StringReplace (dh, '湖北', '湖北省', [rfReplaceAll]);

dh:=StringReplace (dh, '湖南', '湖南省', [rfReplaceAll]);

dh:=StringReplace (dh, '广东', '广东省', [rfReplaceAll]);

dh:=StringReplace (dh, '广西', '广西省', [rfReplaceAll]);

dh:=StringReplace (dh, '海南', '海南省', [rfReplaceAll]);

dh:=StringReplace (dh, '重庆', '重庆市', [rfReplaceAll]);

dh:=StringReplace (dh, '四川', '四川省', [rfReplaceAll]);

dh:=StringReplace (dh, '贵州', '贵州省', [rfReplaceAll]);

dh:=StringReplace (dh, '云南', '云南省', [rfReplaceAll]);

dh:=StringReplace (dh, '西藏', '西藏', [rfReplaceAll]);

dh:=StringReplace (dh, '陕西', '陕西省', [rfReplaceAll]);

dh:=StringReplace (dh, '甘肃', '甘肃省', [rfReplaceAll]);

dh:=StringReplace (dh, '青海', '青海省', [rfReplaceAll]);

dh:=StringReplace (dh, '宁夏', '宁夏', [rfReplaceAll]);

dh:=StringReplace (dh, '新疆', '新疆', [rfReplaceAll]);

dh:=StringReplace (dh, '香港', '香港', [rfReplaceAll]);

dh:=StringReplace (dh, '澳门', '澳门', [rfReplaceAll]);

dh:=StringReplace (dh, '台湾', '台湾省', [rfReplaceAll]);

  Result := dh;

end;




function shi_Replace(dh:string): string;

begin

dh:=StringReplace (dh, '江津', '江津市', [rfReplaceAll]);

dh:=StringReplace (dh, '合川', '合川市', [rfReplaceAll]);

dh:=StringReplace (dh, '永川', '永川市', [rfReplaceAll]);

dh:=StringReplace (dh, '南川', '南川市', [rfReplaceAll]);

dh:=StringReplace (dh, '成都', '成都市', [rfReplaceAll]);

dh:=StringReplace (dh, '辖区', '市辖区', [rfReplaceAll]);

dh:=StringReplace (dh, '都江堰', '都江堰市', [rfReplaceAll]);

dh:=StringReplace (dh, '彭州', '彭州市', [rfReplaceAll]);

dh:=StringReplace (dh, '邛崃', '邛崃市', [rfReplaceAll]);

dh:=StringReplace (dh, '崇州', '崇州市', [rfReplaceAll]);

dh:=StringReplace (dh, '自贡', '自贡市', [rfReplaceAll]);

dh:=StringReplace (dh, '攀枝花', '攀枝花市', [rfReplaceAll]);

dh:=StringReplace (dh, '泸州', '泸州市', [rfReplaceAll]);

dh:=StringReplace (dh, '德阳', '德阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '广汉', '广汉市', [rfReplaceAll]);

dh:=StringReplace (dh, '什邡', '什邡市', [rfReplaceAll]);

dh:=StringReplace (dh, '绵竹', '绵竹市', [rfReplaceAll]);

dh:=StringReplace (dh, '绵阳', '绵阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '江油', '江油市', [rfReplaceAll]);

dh:=StringReplace (dh, '广元', '广元市', [rfReplaceAll]);

dh:=StringReplace (dh, '中区', '市中区', [rfReplaceAll]);

dh:=StringReplace (dh, '遂宁', '遂宁市', [rfReplaceAll]);

dh:=StringReplace (dh, '内江', '内江市', [rfReplaceAll]);

dh:=StringReplace (dh, '中区', '市中区', [rfReplaceAll]);

dh:=StringReplace (dh, '乐山', '乐山市', [rfReplaceAll]);

dh:=StringReplace (dh, '中区', '市中区', [rfReplaceAll]);

dh:=StringReplace (dh, '峨眉山', '峨眉山市', [rfReplaceAll]);

dh:=StringReplace (dh, '南充', '南充市', [rfReplaceAll]);

dh:=StringReplace (dh, '阆中', '阆中市', [rfReplaceAll]);

dh:=StringReplace (dh, '眉山', '眉山市', [rfReplaceAll]);

dh:=StringReplace (dh, '宜宾', '宜宾市', [rfReplaceAll]);

dh:=StringReplace (dh, '广安', '广安市', [rfReplaceAll]);

dh:=StringReplace (dh, '华莹', '华莹市', [rfReplaceAll]);

dh:=StringReplace (dh, '达州', '达州市', [rfReplaceAll]);

dh:=StringReplace (dh, '万源', '万源市', [rfReplaceAll]);

dh:=StringReplace (dh, '雅安', '雅安市', [rfReplaceAll]);

dh:=StringReplace (dh, '巴中', '巴中市', [rfReplaceAll]);

dh:=StringReplace (dh, '资阳', '资阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '简阳', '简阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '西昌', '西昌市', [rfReplaceAll]);

dh:=StringReplace (dh, '贵阳', '贵阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '清镇', '清镇市', [rfReplaceAll]);

dh:=StringReplace (dh, '六盘水', '六盘水市', [rfReplaceAll]);

dh:=StringReplace (dh, '遵义', '遵义市', [rfReplaceAll]);

dh:=StringReplace (dh, '赤水', '赤水市', [rfReplaceAll]);

dh:=StringReplace (dh, '仁怀', '仁怀市', [rfReplaceAll]);

dh:=StringReplace (dh, '安顺', '安顺市', [rfReplaceAll]);

dh:=StringReplace (dh, '铜仁', '铜仁市', [rfReplaceAll]);

dh:=StringReplace (dh, '兴义', '兴义市', [rfReplaceAll]);

dh:=StringReplace (dh, '毕节', '毕节市', [rfReplaceAll]);

dh:=StringReplace (dh, '凯里', '凯里市', [rfReplaceAll]);

dh:=StringReplace (dh, '都匀', '都匀市', [rfReplaceAll]);

dh:=StringReplace (dh, '福泉', '福泉市', [rfReplaceAll]);

dh:=StringReplace (dh, '昆明', '昆明市', [rfReplaceAll]);

dh:=StringReplace (dh, '安宁', '安宁市', [rfReplaceAll]);

dh:=StringReplace (dh, '曲靖', '曲靖市', [rfReplaceAll]);

dh:=StringReplace (dh, '宣威', '宣威市', [rfReplaceAll]);

dh:=StringReplace (dh, '玉溪', '玉溪市', [rfReplaceAll]);

dh:=StringReplace (dh, '保山', '保山市', [rfReplaceAll]);

dh:=StringReplace (dh, '昭通', '昭通市', [rfReplaceAll]);

dh:=StringReplace (dh, '丽江', '丽江市', [rfReplaceAll]);

dh:=StringReplace (dh, '思茅', '思茅市', [rfReplaceAll]);

dh:=StringReplace (dh, '临沧', '临沧市', [rfReplaceAll]);

dh:=StringReplace (dh, '楚雄', '楚雄市', [rfReplaceAll]);

dh:=StringReplace (dh, '个旧', '个旧市', [rfReplaceAll]);

dh:=StringReplace (dh, '开远', '开远市', [rfReplaceAll]);

dh:=StringReplace (dh, '景洪', '景洪市', [rfReplaceAll]);

dh:=StringReplace (dh, '大理', '大理市', [rfReplaceAll]);

dh:=StringReplace (dh, '瑞丽', '瑞丽市', [rfReplaceAll]);

dh:=StringReplace (dh, '潞西', '潞西市', [rfReplaceAll]);

dh:=StringReplace (dh, '拉萨', '拉萨市', [rfReplaceAll]);

dh:=StringReplace (dh, '日喀则', '日喀则市', [rfReplaceAll]);

dh:=StringReplace (dh, '郑州', '郑州市', [rfReplaceAll]);

dh:=StringReplace (dh, '巩义', '巩义市', [rfReplaceAll]);

dh:=StringReplace (dh, '荥阳', '荥阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '新密', '新密市', [rfReplaceAll]);

dh:=StringReplace (dh, '新郑', '新郑市', [rfReplaceAll]);

dh:=StringReplace (dh, '登封', '登封市', [rfReplaceAll]);

dh:=StringReplace (dh, '开封', '开封市', [rfReplaceAll]);

dh:=StringReplace (dh, '洛阳', '洛阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '偃师', '偃师市', [rfReplaceAll]);

dh:=StringReplace (dh, '平顶山', '平顶山市', [rfReplaceAll]);

dh:=StringReplace (dh, '舞钢', '舞钢市', [rfReplaceAll]);

dh:=StringReplace (dh, '汝州', '汝州市', [rfReplaceAll]);

dh:=StringReplace (dh, '安阳', '安阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '林州', '林州市', [rfReplaceAll]);

dh:=StringReplace (dh, '鹤壁', '鹤壁市', [rfReplaceAll]);

dh:=StringReplace (dh, '新乡', '新乡市', [rfReplaceAll]);

dh:=StringReplace (dh, '卫辉', '卫辉市', [rfReplaceAll]);

dh:=StringReplace (dh, '辉县', '辉县市', [rfReplaceAll]);

dh:=StringReplace (dh, '焦作', '焦作市', [rfReplaceAll]);

dh:=StringReplace (dh, '济源', '济源市', [rfReplaceAll]);

dh:=StringReplace (dh, '沁阳', '沁阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '孟州', '孟州市', [rfReplaceAll]);

dh:=StringReplace (dh, '濮阳', '濮阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '许昌', '许昌市', [rfReplaceAll]);

dh:=StringReplace (dh, '禹州', '禹州市', [rfReplaceAll]);

dh:=StringReplace (dh, '长葛', '长葛市', [rfReplaceAll]);

dh:=StringReplace (dh, '漯河', '漯河市', [rfReplaceAll]);

dh:=StringReplace (dh, '三门峡', '三门峡市', [rfReplaceAll]);

dh:=StringReplace (dh, '义马', '义马市', [rfReplaceAll]);

dh:=StringReplace (dh, '灵宝', '灵宝市', [rfReplaceAll]);

dh:=StringReplace (dh, '南阳', '南阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '邓州', '邓州市', [rfReplaceAll]);

dh:=StringReplace (dh, '商丘', '商丘市', [rfReplaceAll]);

dh:=StringReplace (dh, '永城', '永城市', [rfReplaceAll]);

dh:=StringReplace (dh, '信阳', '信阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '周口', '周口市', [rfReplaceAll]);

dh:=StringReplace (dh, '项城', '项城市', [rfReplaceAll]);

dh:=StringReplace (dh, '驻马店', '驻马店市', [rfReplaceAll]);

dh:=StringReplace (dh, '武汉', '武汉市', [rfReplaceAll]);

dh:=StringReplace (dh, '黄石', '黄石市', [rfReplaceAll]);

dh:=StringReplace (dh, '大冶', '大冶市', [rfReplaceAll]);

dh:=StringReplace (dh, '十堰', '十堰市', [rfReplaceAll]);

dh:=StringReplace (dh, '丹江口', '丹江口市', [rfReplaceAll]);

dh:=StringReplace (dh, '宜昌', '宜昌市', [rfReplaceAll]);

dh:=StringReplace (dh, '宜都', '宜都市', [rfReplaceAll]);

dh:=StringReplace (dh, '当阳', '当阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '枝江', '枝江市', [rfReplaceAll]);

dh:=StringReplace (dh, '襄樊', '襄樊市', [rfReplaceAll]);

dh:=StringReplace (dh, '老河口', '老河口市', [rfReplaceAll]);

dh:=StringReplace (dh, '枣阳', '枣阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '宜城', '宜城市', [rfReplaceAll]);

dh:=StringReplace (dh, '鄂州', '鄂州市', [rfReplaceAll]);

dh:=StringReplace (dh, '荆门', '荆门市', [rfReplaceAll]);

dh:=StringReplace (dh, '钟祥', '钟祥市', [rfReplaceAll]);

dh:=StringReplace (dh, '孝感', '孝感市', [rfReplaceAll]);

dh:=StringReplace (dh, '应城', '应城市', [rfReplaceAll]);

dh:=StringReplace (dh, '安陆', '安陆市', [rfReplaceAll]);

dh:=StringReplace (dh, '汉川', '汉川市', [rfReplaceAll]);

dh:=StringReplace (dh, '荆州', '荆州市', [rfReplaceAll]);

dh:=StringReplace (dh, '沙区', '沙市区', [rfReplaceAll]);

dh:=StringReplace (dh, '石首', '石首市', [rfReplaceAll]);

dh:=StringReplace (dh, '洪湖', '洪湖市', [rfReplaceAll]);

dh:=StringReplace (dh, '松滋', '松滋市', [rfReplaceAll]);

dh:=StringReplace (dh, '黄冈', '黄冈市', [rfReplaceAll]);

dh:=StringReplace (dh, '麻城', '麻城市', [rfReplaceAll]);

dh:=StringReplace (dh, '武穴', '武穴市', [rfReplaceAll]);

dh:=StringReplace (dh, '咸宁', '咸宁市', [rfReplaceAll]);

dh:=StringReplace (dh, '赤壁', '赤壁市', [rfReplaceAll]);

dh:=StringReplace (dh, '随州', '随州市', [rfReplaceAll]);

dh:=StringReplace (dh, '广水', '广水市', [rfReplaceAll]);

dh:=StringReplace (dh, '恩施', '恩施市', [rfReplaceAll]);

dh:=StringReplace (dh, '利川', '利川市', [rfReplaceAll]);

dh:=StringReplace (dh, '仙桃', '仙桃市', [rfReplaceAll]);

dh:=StringReplace (dh, '潜江', '潜江市', [rfReplaceAll]);

dh:=StringReplace (dh, '天门', '天门市', [rfReplaceAll]);

dh:=StringReplace (dh, '长沙', '长沙市', [rfReplaceAll]);

dh:=StringReplace (dh, '浏阳', '浏阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '株洲', '株洲市', [rfReplaceAll]);

dh:=StringReplace (dh, '醴陵', '醴陵市', [rfReplaceAll]);

dh:=StringReplace (dh, '湘潭', '湘潭市', [rfReplaceAll]);

dh:=StringReplace (dh, '湘乡', '湘乡市', [rfReplaceAll]);

dh:=StringReplace (dh, '韶山', '韶山市', [rfReplaceAll]);

dh:=StringReplace (dh, '衡阳', '衡阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '耒阳', '耒阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '常宁', '常宁市', [rfReplaceAll]);

dh:=StringReplace (dh, '邵阳', '邵阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '武冈', '武冈市', [rfReplaceAll]);

dh:=StringReplace (dh, '岳阳', '岳阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '汨罗', '汨罗市', [rfReplaceAll]);

dh:=StringReplace (dh, '临湘', '临湘市', [rfReplaceAll]);

dh:=StringReplace (dh, '常德', '常德市', [rfReplaceAll]);

dh:=StringReplace (dh, '津', '津市市', [rfReplaceAll]);

dh:=StringReplace (dh, '张家界', '张家界市', [rfReplaceAll]);

dh:=StringReplace (dh, '益阳', '益阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '沅江', '沅江市', [rfReplaceAll]);

dh:=StringReplace (dh, '郴州', '郴州市', [rfReplaceAll]);

dh:=StringReplace (dh, '资兴', '资兴市', [rfReplaceAll]);

dh:=StringReplace (dh, '永州', '永州市', [rfReplaceAll]);

dh:=StringReplace (dh, '怀化', '怀化市', [rfReplaceAll]);

dh:=StringReplace (dh, '洪江', '洪江市', [rfReplaceAll]);

dh:=StringReplace (dh, '娄底', '娄底市', [rfReplaceAll]);

dh:=StringReplace (dh, '冷水江', '冷水江市', [rfReplaceAll]);

dh:=StringReplace (dh, '涟源', '涟源市', [rfReplaceAll]);

dh:=StringReplace (dh, '吉首', '吉首市', [rfReplaceAll]);

dh:=StringReplace (dh, '广州', '广州市', [rfReplaceAll]);

dh:=StringReplace (dh, '增城', '增城市', [rfReplaceAll]);

dh:=StringReplace (dh, '从化', '从化市', [rfReplaceAll]);

dh:=StringReplace (dh, '韶关', '韶关市', [rfReplaceAll]);

dh:=StringReplace (dh, '乐昌', '乐昌市', [rfReplaceAll]);

dh:=StringReplace (dh, '南雄', '南雄市', [rfReplaceAll]);

dh:=StringReplace (dh, '深圳', '深圳市', [rfReplaceAll]);

dh:=StringReplace (dh, '珠海', '珠海市', [rfReplaceAll]);

dh:=StringReplace (dh, '汕头', '汕头市', [rfReplaceAll]);

dh:=StringReplace (dh, '佛山', '佛山市', [rfReplaceAll]);

dh:=StringReplace (dh, '江门', '江门市', [rfReplaceAll]);

dh:=StringReplace (dh, '台山', '台山市', [rfReplaceAll]);

dh:=StringReplace (dh, '开平', '开平市', [rfReplaceAll]);

dh:=StringReplace (dh, '鹤山', '鹤山市', [rfReplaceAll]);

dh:=StringReplace (dh, '恩平', '恩平市', [rfReplaceAll]);

dh:=StringReplace (dh, '湛江', '湛江市', [rfReplaceAll]);

dh:=StringReplace (dh, '廉江', '廉江市', [rfReplaceAll]);

dh:=StringReplace (dh, '雷州', '雷州市', [rfReplaceAll]);

dh:=StringReplace (dh, '吴川', '吴川市', [rfReplaceAll]);

dh:=StringReplace (dh, '茂名', '茂名市', [rfReplaceAll]);

dh:=StringReplace (dh, '高州', '高州市', [rfReplaceAll]);

dh:=StringReplace (dh, '化州', '化州市', [rfReplaceAll]);

dh:=StringReplace (dh, '信宜', '信宜市', [rfReplaceAll]);

dh:=StringReplace (dh, '肇庆', '肇庆市', [rfReplaceAll]);

dh:=StringReplace (dh, '高要', '高要市', [rfReplaceAll]);

dh:=StringReplace (dh, '四会', '四会市', [rfReplaceAll]);

dh:=StringReplace (dh, '惠州', '惠州市', [rfReplaceAll]);

dh:=StringReplace (dh, '梅州', '梅州市', [rfReplaceAll]);

dh:=StringReplace (dh, '兴宁', '兴宁市', [rfReplaceAll]);

dh:=StringReplace (dh, '汕尾', '汕尾市', [rfReplaceAll]);

dh:=StringReplace (dh, '陆丰', '陆丰市', [rfReplaceAll]);

dh:=StringReplace (dh, '河源', '河源市', [rfReplaceAll]);

dh:=StringReplace (dh, '阳江', '阳江市', [rfReplaceAll]);

dh:=StringReplace (dh, '阳春', '阳春市', [rfReplaceAll]);

dh:=StringReplace (dh, '清远', '清远市', [rfReplaceAll]);

dh:=StringReplace (dh, '英德', '英德市', [rfReplaceAll]);

dh:=StringReplace (dh, '连州', '连州市', [rfReplaceAll]);

dh:=StringReplace (dh, '东莞', '东莞市', [rfReplaceAll]);

dh:=StringReplace (dh, '东莞', '东莞市', [rfReplaceAll]);

dh:=StringReplace (dh, '中山', '中山市', [rfReplaceAll]);

dh:=StringReplace (dh, '中山', '中山市', [rfReplaceAll]);

dh:=StringReplace (dh, '潮州', '潮州市', [rfReplaceAll]);

dh:=StringReplace (dh, '揭阳', '揭阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '普宁', '普宁市', [rfReplaceAll]);

dh:=StringReplace (dh, '云浮', '云浮市', [rfReplaceAll]);

dh:=StringReplace (dh, '罗定', '罗定市', [rfReplaceAll]);

dh:=StringReplace (dh, '南宁', '南宁市', [rfReplaceAll]);

dh:=StringReplace (dh, '柳州', '柳州市', [rfReplaceAll]);

dh:=StringReplace (dh, '桂林', '桂林市', [rfReplaceAll]);

dh:=StringReplace (dh, '梧州', '梧州市', [rfReplaceAll]);

dh:=StringReplace (dh, '岑溪', '岑溪市', [rfReplaceAll]);

dh:=StringReplace (dh, '北海', '北海市', [rfReplaceAll]);

dh:=StringReplace (dh, '防城港', '防城港市', [rfReplaceAll]);

dh:=StringReplace (dh, '东兴', '东兴市', [rfReplaceAll]);

dh:=StringReplace (dh, '钦州', '钦州市', [rfReplaceAll]);

dh:=StringReplace (dh, '贵港', '贵港市', [rfReplaceAll]);

dh:=StringReplace (dh, '桂平', '桂平市', [rfReplaceAll]);

dh:=StringReplace (dh, '玉林', '玉林市', [rfReplaceAll]);

dh:=StringReplace (dh, '北流', '北流市', [rfReplaceAll]);

dh:=StringReplace (dh, '百色', '百色市', [rfReplaceAll]);

dh:=StringReplace (dh, '贺州', '贺州市', [rfReplaceAll]);

dh:=StringReplace (dh, '河池', '河池市', [rfReplaceAll]);

dh:=StringReplace (dh, '宜州', '宜州市', [rfReplaceAll]);

dh:=StringReplace (dh, '来宾', '来宾市', [rfReplaceAll]);

dh:=StringReplace (dh, '合山', '合山市', [rfReplaceAll]);

dh:=StringReplace (dh, '崇左', '崇左市', [rfReplaceAll]);

dh:=StringReplace (dh, '凭祥', '凭祥市', [rfReplaceAll]);

dh:=StringReplace (dh, '西安', '西安市', [rfReplaceAll]);

dh:=StringReplace (dh, '铜川', '铜川市', [rfReplaceAll]);

dh:=StringReplace (dh, '宝鸡', '宝鸡市', [rfReplaceAll]);

dh:=StringReplace (dh, '咸阳', '咸阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '兴平', '兴平市', [rfReplaceAll]);

dh:=StringReplace (dh, '渭南', '渭南市', [rfReplaceAll]);

dh:=StringReplace (dh, '韩城', '韩城市', [rfReplaceAll]);

dh:=StringReplace (dh, '华阴', '华阴市', [rfReplaceAll]);

dh:=StringReplace (dh, '延安', '延安市', [rfReplaceAll]);

dh:=StringReplace (dh, '汉中', '汉中市', [rfReplaceAll]);

dh:=StringReplace (dh, '榆林', '榆林市', [rfReplaceAll]);

dh:=StringReplace (dh, '安康', '安康市', [rfReplaceAll]);

dh:=StringReplace (dh, '商洛', '商洛市', [rfReplaceAll]);

dh:=StringReplace (dh, '兰州', '兰州市', [rfReplaceAll]);

dh:=StringReplace (dh, '嘉峪关', '嘉峪关市', [rfReplaceAll]);

dh:=StringReplace (dh, '金昌', '金昌市', [rfReplaceAll]);

dh:=StringReplace (dh, '白银', '白银市', [rfReplaceAll]);

dh:=StringReplace (dh, '天水', '天水市', [rfReplaceAll]);

dh:=StringReplace (dh, '武威', '武威市', [rfReplaceAll]);

dh:=StringReplace (dh, '张掖', '张掖市', [rfReplaceAll]);

dh:=StringReplace (dh, '平凉', '平凉市', [rfReplaceAll]);

dh:=StringReplace (dh, '酒泉', '酒泉市', [rfReplaceAll]);

dh:=StringReplace (dh, '玉门', '玉门市', [rfReplaceAll]);

dh:=StringReplace (dh, '敦煌', '敦煌市', [rfReplaceAll]);

dh:=StringReplace (dh, '庆阳', '庆阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '定西', '定西市', [rfReplaceAll]);

dh:=StringReplace (dh, '陇南', '陇南市', [rfReplaceAll]);

dh:=StringReplace (dh, '临夏', '临夏市', [rfReplaceAll]);

dh:=StringReplace (dh, '合作', '合作市', [rfReplaceAll]);

dh:=StringReplace (dh, '西宁', '西宁市', [rfReplaceAll]);

dh:=StringReplace (dh, '格尔木', '格尔木市', [rfReplaceAll]);

dh:=StringReplace (dh, '德令哈', '德令哈市', [rfReplaceAll]);

dh:=StringReplace (dh, '银川', '银川市', [rfReplaceAll]);

dh:=StringReplace (dh, '灵武', '灵武市', [rfReplaceAll]);

dh:=StringReplace (dh, '石嘴山', '石嘴山市', [rfReplaceAll]);

dh:=StringReplace (dh, '吴忠', '吴忠市', [rfReplaceAll]);

dh:=StringReplace (dh, '青铜峡', '青铜峡市', [rfReplaceAll]);

dh:=StringReplace (dh, '固原', '固原市', [rfReplaceAll]);

dh:=StringReplace (dh, '中卫', '中卫市', [rfReplaceAll]);

dh:=StringReplace (dh, '乌鲁木齐', '乌鲁木齐市', [rfReplaceAll]);

dh:=StringReplace (dh, '新区', '新市区', [rfReplaceAll]);

dh:=StringReplace (dh, '克拉玛依', '克拉玛依市', [rfReplaceAll]);

dh:=StringReplace (dh, '吐鲁番', '吐鲁番市', [rfReplaceAll]);

dh:=StringReplace (dh, '哈密', '哈密市', [rfReplaceAll]);

dh:=StringReplace (dh, '昌吉', '昌吉市', [rfReplaceAll]);

dh:=StringReplace (dh, '阜康', '阜康市', [rfReplaceAll]);

dh:=StringReplace (dh, '米泉', '米泉市', [rfReplaceAll]);

dh:=StringReplace (dh, '博乐', '博乐市', [rfReplaceAll]);

dh:=StringReplace (dh, '库尔勒', '库尔勒市', [rfReplaceAll]);

dh:=StringReplace (dh, '阿克苏', '阿克苏市', [rfReplaceAll]);

dh:=StringReplace (dh, '阿图什', '阿图什市', [rfReplaceAll]);

dh:=StringReplace (dh, '喀什', '喀什市', [rfReplaceAll]);

dh:=StringReplace (dh, '和田', '和田市', [rfReplaceAll]);

dh:=StringReplace (dh, '伊宁', '伊宁市', [rfReplaceAll]);

dh:=StringReplace (dh, '奎屯', '奎屯市', [rfReplaceAll]);

dh:=StringReplace (dh, '塔城', '塔城市', [rfReplaceAll]);

dh:=StringReplace (dh, '乌苏', '乌苏市', [rfReplaceAll]);

dh:=StringReplace (dh, '阿勒泰', '阿勒泰市', [rfReplaceAll]);

dh:=StringReplace (dh, '石河子', '石河子市', [rfReplaceAll]);

dh:=StringReplace (dh, '阿拉尔', '阿拉尔市', [rfReplaceAll]);

dh:=StringReplace (dh, '图木舒克', '图木舒克市', [rfReplaceAll]);

dh:=StringReplace (dh, '五家渠', '五家渠市', [rfReplaceAll]);

dh:=StringReplace (dh, '石家庄', '石家庄市', [rfReplaceAll]);

dh:=StringReplace (dh, '辛集', '辛集市', [rfReplaceAll]);

dh:=StringReplace (dh, '藁城', '藁城市', [rfReplaceAll]);

dh:=StringReplace (dh, '晋州', '晋州市', [rfReplaceAll]);

dh:=StringReplace (dh, '新乐', '新乐市', [rfReplaceAll]);

dh:=StringReplace (dh, '鹿泉', '鹿泉市', [rfReplaceAll]);

dh:=StringReplace (dh, '唐山', '唐山市', [rfReplaceAll]);

dh:=StringReplace (dh, '遵化', '遵化市', [rfReplaceAll]);

dh:=StringReplace (dh, '迁安', '迁安市', [rfReplaceAll]);

dh:=StringReplace (dh, '秦皇岛', '秦皇岛市', [rfReplaceAll]);

dh:=StringReplace (dh, '邯郸', '邯郸市', [rfReplaceAll]);

dh:=StringReplace (dh, '武安', '武安市', [rfReplaceAll]);

dh:=StringReplace (dh, '邢台', '邢台市', [rfReplaceAll]);

dh:=StringReplace (dh, '南宫', '南宫市', [rfReplaceAll]);

dh:=StringReplace (dh, '沙河', '沙河市', [rfReplaceAll]);

dh:=StringReplace (dh, '保定', '保定市', [rfReplaceAll]);

dh:=StringReplace (dh, '新区', '新市区', [rfReplaceAll]);

dh:=StringReplace (dh, '北区', '北市区', [rfReplaceAll]);

dh:=StringReplace (dh, '南区', '南市区', [rfReplaceAll]);

dh:=StringReplace (dh, '涿州', '涿州市', [rfReplaceAll]);

dh:=StringReplace (dh, '定州', '定州市', [rfReplaceAll]);

dh:=StringReplace (dh, '安国', '安国市', [rfReplaceAll]);

dh:=StringReplace (dh, '高碑店', '高碑店市', [rfReplaceAll]);

dh:=StringReplace (dh, '张家口', '张家口市', [rfReplaceAll]);

dh:=StringReplace (dh, '承德', '承德市', [rfReplaceAll]);

dh:=StringReplace (dh, '沧州', '沧州市', [rfReplaceAll]);

dh:=StringReplace (dh, '泊头', '泊头市', [rfReplaceAll]);

dh:=StringReplace (dh, '任丘', '任丘市', [rfReplaceAll]);

dh:=StringReplace (dh, '黄骅', '黄骅市', [rfReplaceAll]);

dh:=StringReplace (dh, '河间', '河间市', [rfReplaceAll]);

dh:=StringReplace (dh, '廊坊', '廊坊市', [rfReplaceAll]);

dh:=StringReplace (dh, '霸州', '霸州市', [rfReplaceAll]);

dh:=StringReplace (dh, '三河', '三河市', [rfReplaceAll]);

dh:=StringReplace (dh, '衡水', '衡水市', [rfReplaceAll]);

dh:=StringReplace (dh, '冀州', '冀州市', [rfReplaceAll]);

dh:=StringReplace (dh, '深州', '深州市', [rfReplaceAll]);

dh:=StringReplace (dh, '太原', '太原市', [rfReplaceAll]);

dh:=StringReplace (dh, '古交', '古交市', [rfReplaceAll]);

dh:=StringReplace (dh, '大同', '大同市', [rfReplaceAll]);

dh:=StringReplace (dh, '阳泉', '阳泉市', [rfReplaceAll]);

dh:=StringReplace (dh, '长治', '长治市', [rfReplaceAll]);

dh:=StringReplace (dh, '潞城', '潞城市', [rfReplaceAll]);

dh:=StringReplace (dh, '晋城', '晋城市', [rfReplaceAll]);

dh:=StringReplace (dh, '高平', '高平市', [rfReplaceAll]);

dh:=StringReplace (dh, '朔州', '朔州市', [rfReplaceAll]);

dh:=StringReplace (dh, '晋中', '晋中市', [rfReplaceAll]);

dh:=StringReplace (dh, '介休', '介休市', [rfReplaceAll]);

dh:=StringReplace (dh, '运城', '运城市', [rfReplaceAll]);

dh:=StringReplace (dh, '永济', '永济市', [rfReplaceAll]);

dh:=StringReplace (dh, '河津', '河津市', [rfReplaceAll]);

dh:=StringReplace (dh, '忻州', '忻州市', [rfReplaceAll]);

dh:=StringReplace (dh, '原平', '原平市', [rfReplaceAll]);

dh:=StringReplace (dh, '临汾', '临汾市', [rfReplaceAll]);

dh:=StringReplace (dh, '侯马', '侯马市', [rfReplaceAll]);

dh:=StringReplace (dh, '霍州', '霍州市', [rfReplaceAll]);

dh:=StringReplace (dh, '吕梁', '吕梁市', [rfReplaceAll]);

dh:=StringReplace (dh, '孝义', '孝义市', [rfReplaceAll]);

dh:=StringReplace (dh, '汾阳', '汾阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '呼和浩特', '呼和浩特市', [rfReplaceAll]);

dh:=StringReplace (dh, '包头', '包头市', [rfReplaceAll]);

dh:=StringReplace (dh, '乌海', '乌海市', [rfReplaceAll]);

dh:=StringReplace (dh, '赤峰', '赤峰市', [rfReplaceAll]);

dh:=StringReplace (dh, '通辽', '通辽市', [rfReplaceAll]);

dh:=StringReplace (dh, '霍林郭勒', '霍林郭勒市', [rfReplaceAll]);

dh:=StringReplace (dh, '鄂尔多斯', '鄂尔多斯市', [rfReplaceAll]);

dh:=StringReplace (dh, '呼伦贝尔', '呼伦贝尔市', [rfReplaceAll]);

dh:=StringReplace (dh, '满洲里', '满洲里市', [rfReplaceAll]);

dh:=StringReplace (dh, '牙克石', '牙克石市', [rfReplaceAll]);

dh:=StringReplace (dh, '扎兰屯', '扎兰屯市', [rfReplaceAll]);

dh:=StringReplace (dh, '额尔古纳', '额尔古纳市', [rfReplaceAll]);

dh:=StringReplace (dh, '根河', '根河市', [rfReplaceAll]);

dh:=StringReplace (dh, '巴彦淖尔', '巴彦淖尔市', [rfReplaceAll]);

dh:=StringReplace (dh, '乌兰察布', '乌兰察布市', [rfReplaceAll]);

dh:=StringReplace (dh, '丰镇', '丰镇市', [rfReplaceAll]);

dh:=StringReplace (dh, '乌兰浩特', '乌兰浩特市', [rfReplaceAll]);

dh:=StringReplace (dh, '阿尔山', '阿尔山市', [rfReplaceAll]);

dh:=StringReplace (dh, '二连浩特', '二连浩特市', [rfReplaceAll]);

dh:=StringReplace (dh, '锡林浩特', '锡林浩特市', [rfReplaceAll]);

dh:=StringReplace (dh, '南京', '南京市', [rfReplaceAll]);

dh:=StringReplace (dh, '无锡', '无锡市', [rfReplaceAll]);

dh:=StringReplace (dh, '江阴', '江阴市', [rfReplaceAll]);

dh:=StringReplace (dh, '宜兴', '宜兴市', [rfReplaceAll]);

dh:=StringReplace (dh, '徐州', '徐州市', [rfReplaceAll]);

dh:=StringReplace (dh, '新沂', '新沂市', [rfReplaceAll]);

dh:=StringReplace (dh, '邳州', '邳州市', [rfReplaceAll]);

dh:=StringReplace (dh, '常州', '常州市', [rfReplaceAll]);

dh:=StringReplace (dh, '溧阳', '溧阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '金坛', '金坛市', [rfReplaceAll]);

dh:=StringReplace (dh, '苏州', '苏州市', [rfReplaceAll]);

dh:=StringReplace (dh, '常熟', '常熟市', [rfReplaceAll]);

dh:=StringReplace (dh, '张家港', '张家港市', [rfReplaceAll]);

dh:=StringReplace (dh, '昆山', '昆山市', [rfReplaceAll]);

dh:=StringReplace (dh, '吴江', '吴江市', [rfReplaceAll]);

dh:=StringReplace (dh, '太仓', '太仓市', [rfReplaceAll]);

dh:=StringReplace (dh, '南通', '南通市', [rfReplaceAll]);

dh:=StringReplace (dh, '启东', '启东市', [rfReplaceAll]);

dh:=StringReplace (dh, '如皋', '如皋市', [rfReplaceAll]);

dh:=StringReplace (dh, '通州', '通州市', [rfReplaceAll]);

dh:=StringReplace (dh, '海门', '海门市', [rfReplaceAll]);

dh:=StringReplace (dh, '连云港', '连云港市', [rfReplaceAll]);

dh:=StringReplace (dh, '淮安', '淮安市', [rfReplaceAll]);

dh:=StringReplace (dh, '盐城', '盐城市', [rfReplaceAll]);

dh:=StringReplace (dh, '东台', '东台市', [rfReplaceAll]);

dh:=StringReplace (dh, '大丰', '大丰市', [rfReplaceAll]);

dh:=StringReplace (dh, '扬州', '扬州市', [rfReplaceAll]);

dh:=StringReplace (dh, '仪征', '仪征市', [rfReplaceAll]);

dh:=StringReplace (dh, '高邮', '高邮市', [rfReplaceAll]);

dh:=StringReplace (dh, '江都', '江都市', [rfReplaceAll]);

dh:=StringReplace (dh, '镇江', '镇江市', [rfReplaceAll]);

dh:=StringReplace (dh, '丹阳', '丹阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '扬中', '扬中市', [rfReplaceAll]);

dh:=StringReplace (dh, '句容', '句容市', [rfReplaceAll]);

dh:=StringReplace (dh, '泰州', '泰州市', [rfReplaceAll]);

dh:=StringReplace (dh, '兴化', '兴化市', [rfReplaceAll]);

dh:=StringReplace (dh, '靖江', '靖江市', [rfReplaceAll]);

dh:=StringReplace (dh, '泰兴', '泰兴市', [rfReplaceAll]);

dh:=StringReplace (dh, '姜堰', '姜堰市', [rfReplaceAll]);

dh:=StringReplace (dh, '宿迁', '宿迁市', [rfReplaceAll]);

dh:=StringReplace (dh, '杭州', '杭州市', [rfReplaceAll]);

dh:=StringReplace (dh, '建德', '建德市', [rfReplaceAll]);

dh:=StringReplace (dh, '富阳', '富阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '临安', '临安市', [rfReplaceAll]);

dh:=StringReplace (dh, '宁波', '宁波市', [rfReplaceAll]);

dh:=StringReplace (dh, '余姚', '余姚市', [rfReplaceAll]);

dh:=StringReplace (dh, '慈溪', '慈溪市', [rfReplaceAll]);

dh:=StringReplace (dh, '奉化', '奉化市', [rfReplaceAll]);

dh:=StringReplace (dh, '温州', '温州市', [rfReplaceAll]);

dh:=StringReplace (dh, '瑞安', '瑞安市', [rfReplaceAll]);

dh:=StringReplace (dh, '乐清', '乐清市', [rfReplaceAll]);

dh:=StringReplace (dh, '嘉兴', '嘉兴市', [rfReplaceAll]);

dh:=StringReplace (dh, '海宁', '海宁市', [rfReplaceAll]);

dh:=StringReplace (dh, '平湖', '平湖市', [rfReplaceAll]);

dh:=StringReplace (dh, '桐乡', '桐乡市', [rfReplaceAll]);

dh:=StringReplace (dh, '湖州', '湖州市', [rfReplaceAll]);

dh:=StringReplace (dh, '绍兴', '绍兴市', [rfReplaceAll]);

dh:=StringReplace (dh, '诸暨', '诸暨市', [rfReplaceAll]);

dh:=StringReplace (dh, '上虞', '上虞市', [rfReplaceAll]);

dh:=StringReplace (dh, '嵊州', '嵊州市', [rfReplaceAll]);

dh:=StringReplace (dh, '金华', '金华市', [rfReplaceAll]);

dh:=StringReplace (dh, '兰溪', '兰溪市', [rfReplaceAll]);

dh:=StringReplace (dh, '义乌', '义乌市', [rfReplaceAll]);

dh:=StringReplace (dh, '东阳', '东阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '永康', '永康市', [rfReplaceAll]);

dh:=StringReplace (dh, '衢州', '衢州市', [rfReplaceAll]);

dh:=StringReplace (dh, '江山', '江山市', [rfReplaceAll]);

dh:=StringReplace (dh, '舟山', '舟山市', [rfReplaceAll]);

dh:=StringReplace (dh, '台州', '台州市', [rfReplaceAll]);

dh:=StringReplace (dh, '温岭', '温岭市', [rfReplaceAll]);

dh:=StringReplace (dh, '临海', '临海市', [rfReplaceAll]);

dh:=StringReplace (dh, '丽水', '丽水市', [rfReplaceAll]);

dh:=StringReplace (dh, '龙泉', '龙泉市', [rfReplaceAll]);

dh:=StringReplace (dh, '合肥', '合肥市', [rfReplaceAll]);

dh:=StringReplace (dh, '芜湖', '芜湖市', [rfReplaceAll]);

dh:=StringReplace (dh, '蚌埠', '蚌埠市', [rfReplaceAll]);

dh:=StringReplace (dh, '淮南', '淮南市', [rfReplaceAll]);

dh:=StringReplace (dh, '马鞍山', '马鞍山市', [rfReplaceAll]);

dh:=StringReplace (dh, '淮北', '淮北市', [rfReplaceAll]);

dh:=StringReplace (dh, '铜陵', '铜陵市', [rfReplaceAll]);

dh:=StringReplace (dh, '安庆', '安庆市', [rfReplaceAll]);

dh:=StringReplace (dh, '桐城', '桐城市', [rfReplaceAll]);

dh:=StringReplace (dh, '黄山', '黄山市', [rfReplaceAll]);

dh:=StringReplace (dh, '滁州', '滁州市', [rfReplaceAll]);

dh:=StringReplace (dh, '天长', '天长市', [rfReplaceAll]);

dh:=StringReplace (dh, '明光', '明光市', [rfReplaceAll]);

dh:=StringReplace (dh, '阜阳', '阜阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '界首', '界首市', [rfReplaceAll]);

dh:=StringReplace (dh, '宿州', '宿州市', [rfReplaceAll]);

dh:=StringReplace (dh, '巢湖', '巢湖市', [rfReplaceAll]);

dh:=StringReplace (dh, '六安', '六安市', [rfReplaceAll]);

dh:=StringReplace (dh, '亳州', '亳州市', [rfReplaceAll]);

dh:=StringReplace (dh, '池州', '池州市', [rfReplaceAll]);

dh:=StringReplace (dh, '宣城', '宣城市', [rfReplaceAll]);

dh:=StringReplace (dh, '宁国', '宁国市', [rfReplaceAll]);

dh:=StringReplace (dh, '福州', '福州市', [rfReplaceAll]);

dh:=StringReplace (dh, '福清', '福清市', [rfReplaceAll]);

dh:=StringReplace (dh, '长乐', '长乐市', [rfReplaceAll]);

dh:=StringReplace (dh, '厦门', '厦门市', [rfReplaceAll]);

dh:=StringReplace (dh, '莆田', '莆田市', [rfReplaceAll]);

dh:=StringReplace (dh, '三明', '三明市', [rfReplaceAll]);

dh:=StringReplace (dh, '永安', '永安市', [rfReplaceAll]);

dh:=StringReplace (dh, '泉州', '泉州市', [rfReplaceAll]);

dh:=StringReplace (dh, '石狮', '石狮市', [rfReplaceAll]);

dh:=StringReplace (dh, '晋江', '晋江市', [rfReplaceAll]);

dh:=StringReplace (dh, '南安', '南安市', [rfReplaceAll]);

dh:=StringReplace (dh, '漳州', '漳州市', [rfReplaceAll]);

dh:=StringReplace (dh, '龙海', '龙海市', [rfReplaceAll]);

dh:=StringReplace (dh, '南平', '南平市', [rfReplaceAll]);

dh:=StringReplace (dh, '邵武', '邵武市', [rfReplaceAll]);

dh:=StringReplace (dh, '武夷山', '武夷山市', [rfReplaceAll]);

dh:=StringReplace (dh, '建瓯', '建瓯市', [rfReplaceAll]);

dh:=StringReplace (dh, '建阳', '建阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '龙岩', '龙岩市', [rfReplaceAll]);

dh:=StringReplace (dh, '漳平', '漳平市', [rfReplaceAll]);

dh:=StringReplace (dh, '宁德', '宁德市', [rfReplaceAll]);

dh:=StringReplace (dh, '福安', '福安市', [rfReplaceAll]);

dh:=StringReplace (dh, '福鼎', '福鼎市', [rfReplaceAll]);

dh:=StringReplace (dh, '南昌', '南昌市', [rfReplaceAll]);

dh:=StringReplace (dh, '景德镇', '景德镇市', [rfReplaceAll]);

dh:=StringReplace (dh, '乐平', '乐平市', [rfReplaceAll]);

dh:=StringReplace (dh, '萍乡', '萍乡市', [rfReplaceAll]);

dh:=StringReplace (dh, '九江', '九江市', [rfReplaceAll]);

dh:=StringReplace (dh, '瑞昌', '瑞昌市', [rfReplaceAll]);

dh:=StringReplace (dh, '新余', '新余市', [rfReplaceAll]);

dh:=StringReplace (dh, '鹰潭', '鹰潭市', [rfReplaceAll]);

dh:=StringReplace (dh, '贵溪', '贵溪市', [rfReplaceAll]);

dh:=StringReplace (dh, '赣州', '赣州市', [rfReplaceAll]);

dh:=StringReplace (dh, '瑞金', '瑞金市', [rfReplaceAll]);

dh:=StringReplace (dh, '南康', '南康市', [rfReplaceAll]);

dh:=StringReplace (dh, '吉安', '吉安市', [rfReplaceAll]);

dh:=StringReplace (dh, '井冈山', '井冈山市', [rfReplaceAll]);

dh:=StringReplace (dh, '宜春', '宜春市', [rfReplaceAll]);

dh:=StringReplace (dh, '丰城', '丰城市', [rfReplaceAll]);

dh:=StringReplace (dh, '樟树', '樟树市', [rfReplaceAll]);

dh:=StringReplace (dh, '高安', '高安市', [rfReplaceAll]);

dh:=StringReplace (dh, '抚州', '抚州市', [rfReplaceAll]);

dh:=StringReplace (dh, '上饶', '上饶市', [rfReplaceAll]);

dh:=StringReplace (dh, '德兴', '德兴市', [rfReplaceAll]);

dh:=StringReplace (dh, '济南', '济南市', [rfReplaceAll]);

dh:=StringReplace (dh, '中区', '市中区', [rfReplaceAll]);

dh:=StringReplace (dh, '章丘', '章丘市', [rfReplaceAll]);

dh:=StringReplace (dh, '青岛', '青岛市', [rfReplaceAll]);

dh:=StringReplace (dh, '南区', '市南区', [rfReplaceAll]);

dh:=StringReplace (dh, '北区', '市北区', [rfReplaceAll]);

dh:=StringReplace (dh, '胶州', '胶州市', [rfReplaceAll]);

dh:=StringReplace (dh, '即墨', '即墨市', [rfReplaceAll]);

dh:=StringReplace (dh, '平度', '平度市', [rfReplaceAll]);

dh:=StringReplace (dh, '胶南', '胶南市', [rfReplaceAll]);

dh:=StringReplace (dh, '莱西', '莱西市', [rfReplaceAll]);

dh:=StringReplace (dh, '淄博', '淄博市', [rfReplaceAll]);

dh:=StringReplace (dh, '枣庄', '枣庄市', [rfReplaceAll]);

dh:=StringReplace (dh, '中区', '市中区', [rfReplaceAll]);

dh:=StringReplace (dh, '滕州', '滕州市', [rfReplaceAll]);

dh:=StringReplace (dh, '东营', '东营市', [rfReplaceAll]);

dh:=StringReplace (dh, '烟台', '烟台市', [rfReplaceAll]);

dh:=StringReplace (dh, '龙口', '龙口市', [rfReplaceAll]);

dh:=StringReplace (dh, '莱阳', '莱阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '莱州', '莱州市', [rfReplaceAll]);

dh:=StringReplace (dh, '蓬莱', '蓬莱市', [rfReplaceAll]);

dh:=StringReplace (dh, '招远', '招远市', [rfReplaceAll]);

dh:=StringReplace (dh, '栖霞', '栖霞市', [rfReplaceAll]);

dh:=StringReplace (dh, '海阳', '海阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '潍坊', '潍坊市', [rfReplaceAll]);

dh:=StringReplace (dh, '青州', '青州市', [rfReplaceAll]);

dh:=StringReplace (dh, '诸城', '诸城市', [rfReplaceAll]);

dh:=StringReplace (dh, '寿光', '寿光市', [rfReplaceAll]);

dh:=StringReplace (dh, '安丘', '安丘市', [rfReplaceAll]);

dh:=StringReplace (dh, '高密', '高密市', [rfReplaceAll]);

dh:=StringReplace (dh, '昌邑', '昌邑市', [rfReplaceAll]);

dh:=StringReplace (dh, '济宁', '济宁市', [rfReplaceAll]);

dh:=StringReplace (dh, '中区', '市中区', [rfReplaceAll]);

dh:=StringReplace (dh, '曲阜', '曲阜市', [rfReplaceAll]);

dh:=StringReplace (dh, '兖州', '兖州市', [rfReplaceAll]);

dh:=StringReplace (dh, '邹城', '邹城市', [rfReplaceAll]);

dh:=StringReplace (dh, '泰安', '泰安市', [rfReplaceAll]);

dh:=StringReplace (dh, '新泰', '新泰市', [rfReplaceAll]);

dh:=StringReplace (dh, '肥城', '肥城市', [rfReplaceAll]);

dh:=StringReplace (dh, '威海', '威海市', [rfReplaceAll]);

dh:=StringReplace (dh, '文登', '文登市', [rfReplaceAll]);

dh:=StringReplace (dh, '荣成', '荣成市', [rfReplaceAll]);

dh:=StringReplace (dh, '乳山', '乳山市', [rfReplaceAll]);

dh:=StringReplace (dh, '日照', '日照市', [rfReplaceAll]);

dh:=StringReplace (dh, '莱芜', '莱芜市', [rfReplaceAll]);

dh:=StringReplace (dh, '临沂', '临沂市', [rfReplaceAll]);

dh:=StringReplace (dh, '德州', '德州市', [rfReplaceAll]);

dh:=StringReplace (dh, '乐陵', '乐陵市', [rfReplaceAll]);

dh:=StringReplace (dh, '禹城', '禹城市', [rfReplaceAll]);

dh:=StringReplace (dh, '聊城', '聊城市', [rfReplaceAll]);

dh:=StringReplace (dh, '临清', '临清市', [rfReplaceAll]);

dh:=StringReplace (dh, '滨州', '滨州市', [rfReplaceAll]);

dh:=StringReplace (dh, '荷泽', '荷泽市', [rfReplaceAll]);

dh:=StringReplace (dh, '沈阳', '沈阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '新民', '新民市', [rfReplaceAll]);

dh:=StringReplace (dh, '大连', '大连市', [rfReplaceAll]);

dh:=StringReplace (dh, '瓦房店', '瓦房店市', [rfReplaceAll]);

dh:=StringReplace (dh, '普兰店', '普兰店市', [rfReplaceAll]);

dh:=StringReplace (dh, '庄河', '庄河市', [rfReplaceAll]);

dh:=StringReplace (dh, '鞍山', '鞍山市', [rfReplaceAll]);

dh:=StringReplace (dh, '海城', '海城市', [rfReplaceAll]);

dh:=StringReplace (dh, '抚顺', '抚顺市', [rfReplaceAll]);

dh:=StringReplace (dh, '本溪', '本溪市', [rfReplaceAll]);

dh:=StringReplace (dh, '丹东', '丹东市', [rfReplaceAll]);

dh:=StringReplace (dh, '东港', '东港市', [rfReplaceAll]);

dh:=StringReplace (dh, '凤城', '凤城市', [rfReplaceAll]);

dh:=StringReplace (dh, '锦州', '锦州市', [rfReplaceAll]);

dh:=StringReplace (dh, '凌海', '凌海市', [rfReplaceAll]);

dh:=StringReplace (dh, '北宁', '北宁市', [rfReplaceAll]);

dh:=StringReplace (dh, '营口', '营口市', [rfReplaceAll]);

dh:=StringReplace (dh, '西区', '西市区', [rfReplaceAll]);

dh:=StringReplace (dh, '盖州', '盖州市', [rfReplaceAll]);

dh:=StringReplace (dh, '大石桥', '大石桥市', [rfReplaceAll]);

dh:=StringReplace (dh, '阜新', '阜新市', [rfReplaceAll]);

dh:=StringReplace (dh, '辽阳', '辽阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '灯塔', '灯塔市', [rfReplaceAll]);

dh:=StringReplace (dh, '盘锦', '盘锦市', [rfReplaceAll]);

dh:=StringReplace (dh, '铁岭', '铁岭市', [rfReplaceAll]);

dh:=StringReplace (dh, '调兵山', '调兵山市', [rfReplaceAll]);

dh:=StringReplace (dh, '开原', '开原市', [rfReplaceAll]);

dh:=StringReplace (dh, '朝阳', '朝阳市', [rfReplaceAll]);

dh:=StringReplace (dh, '北票', '北票市', [rfReplaceAll]);

dh:=StringReplace (dh, '凌源', '凌源市', [rfReplaceAll]);

dh:=StringReplace (dh, '葫芦岛', '葫芦岛市', [rfReplaceAll]);

dh:=StringReplace (dh, '兴城', '兴城市', [rfReplaceAll]);

dh:=StringReplace (dh, '长春', '长春市', [rfReplaceAll]);

dh:=StringReplace (dh, '九台', '九台市', [rfReplaceAll]);

dh:=StringReplace (dh, '榆树', '榆树市', [rfReplaceAll]);

dh:=StringReplace (dh, '德惠', '德惠市', [rfReplaceAll]);

dh:=StringReplace (dh, '吉林', '吉林市', [rfReplaceAll]);

dh:=StringReplace (dh, '蛟河', '蛟河市', [rfReplaceAll]);

dh:=StringReplace (dh, '桦甸', '桦甸市', [rfReplaceAll]);

dh:=StringReplace (dh, '舒兰', '舒兰市', [rfReplaceAll]);

dh:=StringReplace (dh, '磐石', '磐石市', [rfReplaceAll]);

dh:=StringReplace (dh, '四平', '四平市', [rfReplaceAll]);

dh:=StringReplace (dh, '公主岭', '公主岭市', [rfReplaceAll]);

dh:=StringReplace (dh, '双辽', '双辽市', [rfReplaceAll]);

dh:=StringReplace (dh, '辽源', '辽源市', [rfReplaceAll]);

dh:=StringReplace (dh, '通化', '通化市', [rfReplaceAll]);

dh:=StringReplace (dh, '梅河口', '梅河口市', [rfReplaceAll]);

dh:=StringReplace (dh, '集安', '集安市', [rfReplaceAll]);

dh:=StringReplace (dh, '白山', '白山市', [rfReplaceAll]);

dh:=StringReplace (dh, '临江', '临江市', [rfReplaceAll]);

dh:=StringReplace (dh, '松原', '松原市', [rfReplaceAll]);

dh:=StringReplace (dh, '白城', '白城市', [rfReplaceAll]);

dh:=StringReplace (dh, '洮南', '洮南市', [rfReplaceAll]);

dh:=StringReplace (dh, '大安', '大安市', [rfReplaceAll]);

dh:=StringReplace (dh, '延吉', '延吉市', [rfReplaceAll]);

dh:=StringReplace (dh, '图们', '图们市', [rfReplaceAll]);

dh:=StringReplace (dh, '敦化', '敦化市', [rfReplaceAll]);

dh:=StringReplace (dh, '珲春', '珲春市', [rfReplaceAll]);

dh:=StringReplace (dh, '龙井', '龙井市', [rfReplaceAll]);

dh:=StringReplace (dh, '和龙', '和龙市', [rfReplaceAll]);

dh:=StringReplace (dh, '哈尔滨', '哈尔滨市', [rfReplaceAll]);

dh:=StringReplace (dh, '阿城', '阿城市', [rfReplaceAll]);

dh:=StringReplace (dh, '双城', '双城市', [rfReplaceAll]);

dh:=StringReplace (dh, '尚志', '尚志市', [rfReplaceAll]);

dh:=StringReplace (dh, '五常', '五常市', [rfReplaceAll]);

dh:=StringReplace (dh, '齐齐哈尔', '齐齐哈尔市', [rfReplaceAll]);

dh:=StringReplace (dh, '讷河', '讷河市', [rfReplaceAll]);

dh:=StringReplace (dh, '鸡西', '鸡西市', [rfReplaceAll]);

dh:=StringReplace (dh, '虎林', '虎林市', [rfReplaceAll]);

dh:=StringReplace (dh, '密山', '密山市', [rfReplaceAll]);

dh:=StringReplace (dh, '鹤岗', '鹤岗市', [rfReplaceAll]);

dh:=StringReplace (dh, '双鸭山', '双鸭山市', [rfReplaceAll]);

dh:=StringReplace (dh, '大庆', '大庆市', [rfReplaceAll]);

dh:=StringReplace (dh, '伊春', '伊春市', [rfReplaceAll]);

dh:=StringReplace (dh, '铁力', '铁力市', [rfReplaceAll]);

dh:=StringReplace (dh, '佳木斯', '佳木斯市', [rfReplaceAll]);

dh:=StringReplace (dh, '同江', '同江市', [rfReplaceAll]);

dh:=StringReplace (dh, '富锦', '富锦市', [rfReplaceAll]);

dh:=StringReplace (dh, '七台河', '七台河市', [rfReplaceAll]);

dh:=StringReplace (dh, '牡丹江', '牡丹江市', [rfReplaceAll]);

dh:=StringReplace (dh, '绥芬河', '绥芬河市', [rfReplaceAll]);

dh:=StringReplace (dh, '海林', '海林市', [rfReplaceAll]);

dh:=StringReplace (dh, '宁安', '宁安市', [rfReplaceAll]);

dh:=StringReplace (dh, '穆棱', '穆棱市', [rfReplaceAll]);

dh:=StringReplace (dh, '黑河', '黑河市', [rfReplaceAll]);

dh:=StringReplace (dh, '北安', '北安市', [rfReplaceAll]);

dh:=StringReplace (dh, '五大连池', '五大连池市', [rfReplaceAll]);

dh:=StringReplace (dh, '绥化', '绥化市', [rfReplaceAll]);

dh:=StringReplace (dh, '安达', '安达市', [rfReplaceAll]);

dh:=StringReplace (dh, '肇东', '肇东市', [rfReplaceAll]);

dh:=StringReplace (dh, '海伦', '海伦市', [rfReplaceAll]);

dh:=StringReplace (dh, '海口', '海口市', [rfReplaceAll]);

dh:=StringReplace (dh, '三亚', '三亚市', [rfReplaceAll]);

dh:=StringReplace (dh, '五指山', '五指山市', [rfReplaceAll]);

dh:=StringReplace (dh, '琼海', '琼海市', [rfReplaceAll]);

dh:=StringReplace (dh, '儋州', '儋州市', [rfReplaceAll]);

dh:=StringReplace (dh, '文昌', '文昌市', [rfReplaceAll]);

dh:=StringReplace (dh, '万宁', '万宁市', [rfReplaceAll]);

dh:=StringReplace (dh, '东方', '东方市', [rfReplaceAll]);

Result := dh;

end;



推荐分享
图文皆来源于网络,内容仅做公益性分享,版权归原作者所有,如有侵权请告知删除!
 

Copyright © 2014 DelphiW.com 开发 源码 文档 技巧 All Rights Reserved
晋ICP备14006235号-8 晋公网安备 14108102000087号

执行时间: 0.05305004119873 seconds