下载涉县四中吧吧

大众娱乐城 在线赌博
逍遥蜘蛛池:
中青报编辑,著名评论员
支持 <span class="support_num_0
支持 <span class="support_num_6
网络评论员,关注国际军事
支持 <span class="support_num_7
支持 <span class="support_num_5
知名评论人
支持 <span class="support_num_1
世界不远,就在东北亚
支持 <span class="support_num_6
独立学者 媒体评论员
支持 <span class="support_num_1
中国政法大学教授 学者 律师
支持 <span class="support_num_2
支持 <span class="support_num_2
支持 <span class="support_num_0
转业军人 专栏作家
支持 <span class="support_num_5
自由写作者
支持 <span class="support_num_1
支持 <span class="support_num_
支持 <span class="support_num_0
世界不远,就在东北亚
支持 <span class="support_num_
原中国社科院金融研究所金融发展室主任
支持 <span class="support_num_6
支持 <span class="support_num_
支持 <span class="support_num_2
支持 <span class="support_num_2
支持 <span class="support_num_9
支持 <span class="support_num_7
海外学者 著名博客 博士
支持 <span class="support_num_9
广东作协会员 中国诗歌学会会员
支持 <span class="support_num_1
支持 <span class="support_num_2
知名评论家、作家、诗人,“中国反愤斗士”
支持 <span class="support_num_5
青年学者 独立时政评论者
支持 <span class="support_num_1
写作者,读书人
支持 <span class="support_num_5
经济学博士,《世界经济发展宣言》执笔起草人
支持 <span class="support_num_2
支持 <span class="support_num_3
支持 <span class="support_num_0
广东作协会员 中国诗歌学会会员
支持 <span class="support_num_1
美国加州圣玛利学院英文系教授
支持 <span class="support_num_0
支持 <span class="support_num_8
支持 <span class="support_num_5
90后时评人 博客中国专栏作家
支持 <span class="support_num_
支持 <span class="support_num_5
支持 <span class="focus_support_num_0
支持 <span class="focus_support_num_7
支持 <span class="focus_support_num_4
支持 <span class="focus_support_num_6
支持 <span class="focus_support_num_9
支持 <span class="focus_support_num_4
支持 <span class="focus_support_num_
支持 <span class="focus_support_num_3
支持 <span class="focus_support_num_9
支持 <span class="focus_support_num_1
支持 <span class="focus_support_num_
支持 <span class="focus_support_num_0
支持 <span class="focus_support_num_2
支持 <span class="focus_support_num_1
支持 <span class="focus_support_num_2
支持 <span class="focus_support_num_9
支持 <span class="focus_support_num_2
支持 <span class="focus_support_num_6
支持 <span class="focus_support_num_1
支持 <span class="focus_support_num_4
支持 <span class="focus_support_num_3
支持 <span class="focus_support_num_5
支持 <span class="focus_support_num_3
支持 <span class="focus_support_num_
支持 <span class="focus_support_num_6
支持 <span class="focus_support_num_7
<em id="click_num_d万 <em id="article_num_d
<em id="click_num_zaj万 <em id="article_num_zaj
97.2万 843
<em id="click_num_caolin万 67
多宝娱乐平台用户登录
热门支持率4078人阅读
模块功能代码(40)
自定义控件(12)
写在前面:没想到短短一夜之间就有910次阅读量,迄今为止最高阅读量的一篇,小激动!
:包含日期、省市县两种选择器[资源积分:0分] ,,没有CSDN账户的的
:自己复制博客里源码的小伙伴,注意导入fastjson框架哦!阿里巴巴出品的最快json解析框架:效果图中的选择年月日的日期选择器任何问题,欢迎评论;源码下载不成功的留下邮箱;文章我还在维护,持续优化,有问题的小伙伴积极评论哈。
先上效果图:&样式可以修改xml文件
省市县三级联动,选地址经常用到原生NumberPicker控件实现滑动,json数据解析使用fastjson框架使用简单:传入一个String[]数组,设置选择器的默认&#20540;,点击确认按钮,回调接口返回String[]数组,为重新选择的省市县随意修改:效果图中字体颜色布局等都可以修改,以保证与你的项目风&#26684;统一
把我源码里写好的java文件和xml文件拷到你的项目中,调用就这么简单:
ChooseCityUtil cityUtil = new ChooseCityUtil();
String[] oldCityArray = {&广东&,&深圳&,&福田&};
cityUtil.createDialog(this, oldCityArray, new ChooseCityInterface() {
public void sure(String[] newCityArray) {
//oldCityArray为传入的默认值 newCityArray为返回的结果
tvCity.setText(newCityArray[0] + &-& + newCityArray[1] + &-& + newCityArray[2]);
-------------------------------------------------------- 我是分割线 --------------------------------------------------------
接下来看是如何实现的
布局文件activity_main.xml
&?xml version=&1.0& encoding=&utf-8&?&
&LinearLayout xmlns:android=&/apk/res/android&
xmlns:tools=&/tools&
android:layout_width=&match_parent&
android:layout_height=&match_parent&
android:fitsSystemWindows=&true&
android:orientation=&vertical&
tools:context=&.MainActivity&&
android:layout_width=&match_parent&
android:layout_height=&56dp&
android:background=&@color/mainColor&
android:gravity=&center&
android:text=&选择器 Picker&
android:textColor=&@color/white&
android:textSize=&20sp& /&
&RelativeLayout
android:layout_width=&match_parent&
android:layout_height=&50dp&
android:orientation=&horizontal&&
android:layout_width=&wrap_content&
android:layout_height=&match_parent&
android:gravity=&center&
android:text=&城市设置:&
android:textColor=&#656565&
android:textSize=&18sp& /&
android:id=&@+id/tvCity&
android:layout_width=&wrap_content&
android:layout_height=&match_parent&
android:layout_alignParentRight=&true&
android:clickable=&true&
android:gravity=&center&
android:onClick=&chooseCityDialog&
android:text=&广东-深圳-福田&
android:textColor=&#656565&
android:textSize=&18sp& /&
&/RelativeLayout&
android:layout_width=&match_parent&
android:layout_height=&0.1dp&
android:background=&@color/gray& /&
&/LinearLayout&
对话框布局文件&dialog_choose_city.xml:
&?xml version=&1.0& encoding=&utf-8&?&
&LinearLayout xmlns:android=&/apk/res/android&
android:layout_width=&match_parent&
android:layout_height=&match_parent&
android:background=&#&
android:gravity=&center&
android:orientation=&vertical&&
&LinearLayout
android:layout_width=&260dp&
android:layout_height=&wrap_content&
android:orientation=&vertical&
android:background=&#FFF&&
&LinearLayout
android:layout_width=&match_parent&
android:layout_height=&wrap_content&
android:orientation=&horizontal&&
&NumberPicker
android:id=&@+id/npProvince&
android:layout_width=&0dp&
android:layout_weight=&1&
android:layout_height=&wrap_content&/&
android:layout_width=&wrap_content&
android:layout_marginLeft=&3dp&
android:layout_marginRight=&3dp&
android:layout_height=&match_parent&
android:gravity=&center&
android:text=&省&
android:textColor=&#656565&
android:textSize=&18sp& /&
&NumberPicker
android:id=&@+id/npCity&
android:layout_width=&0dp&
android:layout_weight=&1&
android:layout_height=&wrap_content& /&
android:layout_width=&wrap_content&
android:layout_marginLeft=&3dp&
android:layout_marginRight=&3dp&
android:layout_height=&match_parent&
android:gravity=&center&
android:text=&市&
android:textColor=&#656565&
android:textSize=&18sp& /&
&NumberPicker
android:id=&@+id/npCounty&
android:layout_width=&0dp&
android:layout_weight=&1&
android:layout_height=&wrap_content& /&
android:layout_width=&wrap_content&
android:layout_height=&match_parent&
android:gravity=&center&
android:text=&&
android:textColor=&#656565&
android:textSize=&18sp& /&
&/LinearLayout&
android:layout_width=&match_parent&
android:layout_height=&0.1dp&
android:background=&#EEEEEE&/&
&LinearLayout
android:layout_width=&match_parent&
android:layout_height=&50dp&
android:orientation=&horizontal&&
android:id=&@+id/tvCancel&
android:layout_width=&0dp&
android:layout_height=&match_parent&
android:layout_weight=&1&
android:gravity=&center&
android:text=&取消&
android:textColor=&#656565&
android:textSize=&18sp& /&
android:id=&@+id/tvSure&
android:layout_width=&0dp&
android:layout_height=&match_parent&
android:layout_weight=&1&
android:gravity=&center&
android:text=&确定&
android:textColor=&#656565&
android:textSize=&18sp& /&
&/LinearLayout&
&/LinearLayout&
&/LinearLayout&
接口类ChooseCityInterface.java
public interface ChooseCityInterface {
public void sure(String[] newCityArray);
json对应实体类CityBean.java
public class CityBean {
private List&Data&
public String getNote() {
public void setNote(String note) {
this.note =
public List&Data& getData() {
public void setData(List&Data& data) {
this.data =
public static class Data {
private List&City&
public String getName() {
public void setName(String name) {
this.name =
public List&City& getCity() {
public void setCity(List&City& city) {
this.city =
public static class City {
private List&String&
public String getName() {
public void setName(String name) {
this.name =
public List&String& getCounty() {
public void setCounty(List&String& county) {
this.county =
}选择地址对话框工具类 ChooseCityUtil.java
public class ChooseCityUtil implements View.OnClickListener, NumberPicker.OnValueChangeListener {
ChooseCityInterface cityI
NumberPicker npProvince, npCity, npC
TextView tvCancel, tvS
String[] newCityArray = new String[3];
public void createDialog(Context context, String[] oldCityArray, ChooseCityInterface cityInterface) {
this.context =
this.cityInterface = cityI
bean = JSON.parseObject(CityData.getJson(), CityBean.class);
newCityArray[0] = oldCityArray[0];
newCityArray[1] = oldCityArray[1];
newCityArray[2] = oldCityArray[2];
dialog = new AlertDialog.Builder(context).create();
dialog.show();
Window window = dialog.getWindow();
window.setContentView(R.layout.dialog_choose_city);
//初始化控件
tvCancel = (TextView) window.findViewById(R.id.tvCancel);
tvSure = (TextView) window.findViewById(R.id.tvSure);
tvCancel.setOnClickListener(this);
tvSure.setOnClickListener(this);
npProvince = (NumberPicker) window.findViewById(R.id.npProvince);
npCity = (NumberPicker) window.findViewById(R.id.npCity);
npCounty = (NumberPicker) window.findViewById(R.id.npCounty);
setNomal();
//省:设置选择器最小值、最大值、初始值
String[] provinceArray = new String[bean.getData().size()];//初始化省数组
for (int i = 0; i & provinceArray. i++) {//省数组填充数据
provinceArray[i] = bean.getData().get(i).getName();
npProvince.setDisplayedValues(provinceArray);//设置选择器数据、默认值
npProvince.setMinValue(0);
npProvince.setMaxValue(provinceArray.length - 1);
for (int i = 0; i & provinceArray. i++) {
if (provinceArray[i].equals(newCityArray[0])) {
npProvince.setValue(i);
changeCity(i);//联动市数据
//根据省,联动市数据
private void changeCity(int provinceTag) {
List&CityBean.Data.City& cityList = bean.getData().get(provinceTag).getCity();
String[] cityArray = new String[cityList.size()];
for (int i = 0; i & cityArray. i++) {
cityArray[i] = cityList.get(i).getName();
npCity.setMinValue(0);
npCity.setMaxValue(cityArray.length - 1);
npCity.setWrapSelectorWheel(false);
npCity.setDisplayedValues(cityArray);//设置选择器数据、默认值
} catch (Exception e) {
npCity.setDisplayedValues(cityArray);//设置选择器数据、默认值
npCity.setMinValue(0);
npCity.setMaxValue(cityArray.length - 1);
npCity.setWrapSelectorWheel(false);
for (int i = 0; i & cityArray. i++) {
if (cityArray[i].equals(newCityArray[1])) {
npCity.setValue(i);
changeCounty(provinceTag, i);//联动县数据
npCity.setValue(0);
changeCounty(provinceTag, npCity.getValue());//联动县数据
//根据市,联动县数据
private void changeCounty(int provinceTag, int cityTag) {
List&String& countyList = bean.getData().get(provinceTag).getCity().get(cityTag).getCounty();
String[] countyArray = new String[countyList.size()];
for (int i = 0; i & countyArray. i++) {
countyArray[i] = countyList.get(i).toString();
npCounty.setMinValue(0);
npCounty.setMaxValue(countyArray.length - 1);
npCounty.setWrapSelectorWheel(false);
npCounty.setDisplayedValues(countyArray);//设置选择器数据、默认值
} catch (Exception e) {
npCounty.setDisplayedValues(countyArray);//设置选择器数据、默认值
npCounty.setMinValue(0);
npCounty.setMaxValue(countyArray.length - 1);
npCounty.setWrapSelectorWheel(false);
for (int i = 0; i & countyArray. i++) {
if (countyArray[i].equals(newCityArray[2])) {
npCounty.setValue(i);
npCounty.setValue(0);
//设置NumberPicker的分割线透明、字体颜色、设置监听
private void setNomal() {
//设置监听
npProvince.setOnValueChangedListener(this);
npCity.setOnValueChangedListener(this);
npCounty.setOnValueChangedListener(this);
//去除分割线
setNumberPickerDividerColor(npProvince);
setNumberPickerDividerColor(npCity);
setNumberPickerDividerColor(npCounty);
//设置字体颜色
setNumberPickerTextColor(npProvince, context.getResources().getColor(R.color.mainColor));
setNumberPickerTextColor(npCity, context.getResources().getColor(R.color.mainColor));
setNumberPickerTextColor(npCounty, context.getResources().getColor(R.color.mainColor));
public void onClick(View v) {
switch (v.getId()) {
case R.id.tvCancel:
dialog.dismiss();
case R.id.tvSure:
dialog.dismiss();
cityInterface.sure(newCityArray);
//选择器选择值监听
public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
switch (picker.getId()) {
case R.id.npProvince:
List&CityBean.Data& dataList = bean.getData();
newCityArray[0] = dataList.get(npProvince.getValue()).getName();
changeCity(npProvince.getValue());
newCityArray[1] = dataList.get(npProvince.getValue()).getCity().get(0).getName();
newCityArray[2] = dataList.get(npProvince.getValue()).getCity().get(0).getCounty().get(0).toString();
case R.id.npCity:
List&CityBean.Data.City& cityList = bean.getData().get(npProvince.getValue()).getCity();
newCityArray[1] = cityList.get(npCity.getValue()).getName();
changeCounty(npProvince.getValue(), npCity.getValue());
newCityArray[2] = cityList.get(npCity.getValue()).getCounty().get(0).toString();
case R.id.npCounty:
List&String& countyList = bean.getData().get(npProvince.getValue()).getCity().get(npCity.getValue()).getCounty();
newCityArray[2] = countyList.get(npCounty.getValue()).toString();
//设置分割线颜色
private void setNumberPickerDividerColor(NumberPicker numberPicker) {
NumberPicker picker = numberP
Field[] pickerFields = NumberPicker.class.getDeclaredFields();
for (Field pf : pickerFields) {
if (pf.getName().equals(&mSelectionDivider&)) {
pf.setAccessible(true);
//设置分割线的颜色值
pf.set(picker, new ColorDrawable(context.getResources().getColor(R.color.transparent)));// pf.set(picker, new Div)
} catch (IllegalArgumentException e) {
e.printStackTrace();
} catch (Resources.NotFoundException e) {
e.printStackTrace();
} catch (IllegalAccessException e) {
e.printStackTrace();
//设置选择器字体颜色
public static boolean setNumberPickerTextColor(NumberPicker numberPicker, int color) {
boolean result =
final int count = numberPicker.getChildCount();
for (int i = 0; i & i++) {
View child = numberPicker.getChildAt(i);
if (child instanceof EditText) {
Field selectorWheelPaintField = numberPicker.getClass()
.getDeclaredField(&mSelectorWheelPaint&);
selectorWheelPaintField.setAccessible(true);
((Paint) selectorWheelPaintField.get(numberPicker)).setColor(color);
((EditText) child).setTextColor(color);
numberPicker.invalidate();
} catch (NoSuchFieldException e) {
e.printStackTrace();
} catch (IllegalAccessException e) {
e.printStackTrace();
} catch (IllegalArgumentException e) {
e.printStackTrace();
使用调用 MainActivity.java
public class MainActivity extends Activity {
TextView tvC//城市
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
initView();
//初始化控件
private void initView() {
tvCity = (TextView) findViewById(R.id.tvCity);
//Choose Date 选择省市县
public void chooseCityDialog(View view) {
final ChooseCityUtil cityUtil = new ChooseCityUtil();
String[] oldCityArray = tvCity.getText().toString().split(&-&);//将TextView上的文本分割成数组 当做默认值
cityUtil.createDialog(this, oldCityArray, new ChooseCityInterface() {
public void sure(String[] newCityArray) {
//oldCityArray为传入的默认值 newCityArray为返回的结果
tvCity.setText(newCityArray[0] + &-& + newCityArray[1] + &-& + newCityArray[2]);
颜色 colors.xml
&?xml version=&1.0& encoding=&utf-8&?&
&resources&
&color name=&mainColor&&#1BC47A&/color&
&color name=&gray&&#EEEEEE&/color&
&color name=&black&&#5E5E5E&/color&
&color name=&white&&#FFF&/color&
&color name=&transparent&&#&/color&
&/resources&
省市县Json数据类 CityData.java
public class CityData {
public static String getJson() {
return &转译符看着太乱,把下面的json数据复制到这里,替换掉!&;
&note&: &全国省市县数据&,
&name&: &北京&,
&name&: &北京&,
&county&: [
&name&: &安徽&,
&name&: &安庆&,
&county&: [
&name&: &蚌埠&,
&county&: [
&name&: &亳州&,
&county&: [
&name&: &巢湖&,
&county&: [
&name&: &池州&,
&county&: [
&name&: &滁州&,
&county&: [
&name&: &阜阳&,
&county&: [
&name&: &合肥&,
&county&: [
&name&: &淮北&,
&county&: [
&name&: &淮南&,
&county&: [
&name&: &黄山&,
&county&: [
&name&: &六安&,
&county&: [
&name&: &马鞍山&,
&county&: [
&name&: &宿州&,
&county&: [
&name&: &铜陵&,
&county&: [
&name&: &芜湖&,
&county&: [
&name&: &宣城&,
&county&: [
&name&: &澳门&,
&name&: &澳门半岛&,
&county&: [
&澳门半岛&
&name&: &氹仔岛&,
&county&: [
&name&: &路环岛&,
&county&: [
&name&: &重庆&,
&name&: &重庆&,
&county&: [
&name&: &福建&,
&name&: &福州&,
&county&: [
&name&: &龙岩&,
&county&: [
&name&: &南平&,
&county&: [
&name&: &宁德&,
&county&: [
&name&: &莆田&,
&county&: [
&name&: &泉州&,
&county&: [
&name&: &三明&,
&county&: [
&name&: &厦门&,
&county&: [
&name&: &漳州&,
&county&: [
&name&: &甘肃&,
&name&: &白银&,
&county&: [
&name&: &定西&,
&county&: [
&name&: &甘南&,
&county&: [
&name&: &嘉峪关&,
&county&: [
&name&: &金昌&,
&county&: [
&name&: &酒泉&,
&county&: [
&name&: &兰州&,
&county&: [
&name&: &临夏&,
&county&: [
&name&: &陇南&,
&county&: [
&name&: &平凉&,
&county&: [
&name&: &庆阳&,
&county&: [
&name&: &天水&,
&county&: [
&name&: &武威&,
&county&: [
&name&: &张掖&,
&county&: [
&name&: &广东&,
&name&: &潮州&,
&county&: [
&name&: &东莞&,
&county&: [
&name&: &佛山&,
&county&: [
&name&: &广州&,
&county&: [
&name&: &河源&,
&county&: [
&name&: &惠州&,
&county&: [
&name&: &江门&,
&county&: [
&name&: &揭阳&,
&county&: [
&name&: &茂名&,
&county&: [
&name&: &梅州&,
&county&: [
&name&: &清远&,
&county&: [
&name&: &汕头&,
&county&: [
&name&: &汕尾&,
&county&: [
&name&: &韶关&,
&county&: [
&name&: &深圳&,
&county&: [
&name&: &阳江&,
&county&: [
&name&: &云浮&,
&county&: [
&name&: &湛江&,
&county&: [
&name&: &肇庆&,
&county&: [
&name&: &中山&,
&county&: [
&name&: &珠海&,
&county&: [
&name&: &广西&,
&name&: &百色&,
&county&: [
&name&: &北海&,
&county&: [
&name&: &崇左&,
&county&: [
&name&: &防城港&,
&county&: [
&name&: &贵港&,
&county&: [
&name&: &桂林&,
&county&: [
&name&: &河池&,
&county&: [
&name&: &贺州&,
&county&: [
&name&: &来宾&,
&county&: [
&name&: &柳州&,
&county&: [
&name&: &南宁&,
&county&: [
&name&: &钦州&,
&county&: [
&name&: &梧州&,
&county&: [
&name&: &玉林&,
&county&: [
&name&: &贵州&,
&name&: &安顺&,
&county&: [
&name&: &毕节市&,
&county&: [
&name&: &贵阳&,
&county&: [
&name&: &六盘水&,
&county&: [
&name&: &黔东南&,
&county&: [
&name&: &黔南&,
&county&: [
&name&: &黔西南&,
&county&: [
&name&: &铜仁&,
&county&: [
&name&: &遵义&,
&county&: [
&name&: &海南&,
&name&: &白沙&,
&county&: [
&name&: &保亭&,
&county&: [
&name&: &昌江&,
&county&: [
&name&: &澄迈&,
&county&: [
&name&: &儋州&,
&county&: [
&name&: &定安&,
&county&: [
&name&: &东方&,
&county&: [
&name&: &海口&,
&county&: [
&name&: &乐东&,
&county&: [
&name&: &临高&,
&county&: [
&name&: &陵水&,
&county&: [
&name&: &琼海&,
&county&: [
&name&: &琼中&,
&county&: [
&name&: &三亚&,
&county&: [
&name&: &屯昌&,
&county&: [
&name&: &万宁&,
&county&: [
&name&: &文昌&,
&county&: [
&name&: &五指山&,
&county&: [
&name&: &河北&,
&name&: &保定&,
&county&: [
&name&: &沧州&,
&county&: [
&name&: &承德&,
&county&: [
&name&: &邯郸&,
&county&: [
&name&: &衡水&,
&county&: [
&name&: &廊坊&,
&county&: [
&name&: &秦皇岛&,
&county&: [
&name&: &石家庄&,
&county&: [
&井陉矿区&,
&name&: &唐山&,
&county&: [
&name&: &邢台&,
&county&: [
&name&: &张家口&,
&county&: [
&name&: &河南&,
&name&: &安阳&,
&county&: [
&name&: &鹤壁&,
&county&: [
&name&: &焦作&,
&county&: [
&name&: &开封&,
&county&: [
&name&: &漯河&,
&county&: [
&name&: &洛阳&,
&county&: [
&name&: &南阳&,
&county&: [
&name&: &平顶山&,
&county&: [
&name&: &濮阳&,
&county&: [
&name&: &三门峡&,
&county&: [
&name&: &商丘&,
&county&: [
&name&: &济源&,
&county&: [
&name&: &新乡&,
&county&: [
&name&: &信阳&,
&county&: [
&name&: &许昌&,
&county&: [
&name&: &郑州&,
&county&: [
&name&: &周口&,
&county&: [
&name&: &驻马店&,
&county&: [
&name&: &黑龙江&,
&name&: &大庆&,
&county&: [
&杜尔伯特&,
&name&: &大兴安岭&,
&county&: [
&name&: &哈尔滨&,
&county&: [
&name&: &鹤岗&,
&county&: [
&name&: &黑河&,
&county&: [
&五大连池&,
&name&: &鸡西&,
&county&: [
&name&: &佳木斯&,
&county&: [
&name&: &牡丹江&,
&county&: [
&name&: &齐齐哈尔&,
&county&: [
&富拉尔基&,
&name&: &七台河&,
&county&: [
&name&: &双鸭山&,
&county&: [
&name&: &绥化&,
&county&: [
&name&: &伊春&,
&county&: [
&name&: &湖北&,
&name&: &鄂州&,
&county&: [
&name&: &恩施&,
&county&: [
&name&: &黄冈&,
&county&: [
&name&: &黄石&,
&county&: [
&name&: &荆门&,
&county&: [
&name&: &荆州&,
&county&: [
&name&: &省直辖&,
&county&: [
&name&: &十堰&,
&county&: [
&name&: &随州&,
&county&: [
&name&: &武汉&,
&county&: [
&name&: &咸宁&,
&county&: [
&name&: &襄樊&,
&county&: [
&name&: &孝感&,
&county&: [
&name&: &宜昌&,
&county&: [
&name&: &湖南&,
&name&: &常德&,
&county&: [
&name&: &长沙&,
&county&: [
&name&: &郴州&,
&county&: [
&name&: &衡阳&,
&county&: [
&name&: &怀化&,
&county&: [
&name&: &娄底&,
&county&: [
&name&: &邵阳&,
&county&: [
&name&: &湘潭&,
&county&: [
&name&: &湘西&,
&county&: [
&name&: &益阳&,
&county&: [
&name&: &永州&,
&county&: [
&name&: &岳阳&,
&county&: [
&name&: &张家界&,
&county&: [
&name&: &株洲&,
&county&: [
&name&: &吉林&,
&name&: &白城&,
&county&: [
&name&: &白山&,
&county&: [
&name&: &长春&,
&county&: [
&name&: &吉林&,
&county&: [
&name&: &辽源&,
&county&: [
&name&: &四平&,
&county&: [
&name&: &松原&,
&county&: [
&name&: &通化&,
&county&: [
&name&: &延边&,
&county&: [
&name&: &江苏&,
&name&: &常州&,
&county&: [
&name&: &淮安&,
&county&: [
&name&: &连云港&,
&county&: [
&name&: &南京&,
&county&: [
&name&: &南通&,
&county&: [
&name&: &苏州&,
&county&: [
&name&: &宿迁&,
&county&: [
&name&: &泰州&,
&county&: [
&name&: &无锡&,
&county&: [
&name&: &徐州&,
&county&: [
&name&: &盐城&,
&county&: [
&name&: &扬州&,
&county&: [
&name&: &镇江&,
&county&: [
&name&: &江西&,
&name&: &抚州&,
&county&: [
&name&: &赣州&,
&county&: [
&name&: &吉安&,
&county&: [
&name&: &景德镇&,
&county&: [
&name&: &九江&,
&county&: [
&name&: &南昌&,
&county&: [
&name&: &萍乡&,
&county&: [
&name&: &上饶&,
&county&: [
&name&: &新余&,
&county&: [
&name&: &宜春&,
&county&: [
&name&: &鹰潭&,
&county&: [
&name&: &辽宁&,
&name&: &鞍山&,
&county&: [
&name&: &本溪&,
&county&: [
&name&: &朝阳&,
&county&: [
&name&: &大连&,
&county&: [
&name&: &丹东&,
&county&: [
&name&: &抚顺&,
&county&: [
&name&: &阜新&,
&county&: [
&name&: &葫芦岛&,
&county&: [
&name&: &锦州&,
&county&: [
&name&: &辽阳&,
&county&: [
&name&: &盘锦&,
&county&: [
&name&: &沈阳&,
&county&: [
&沈北新区&,
&name&: &铁岭&,
&county&: [
&name&: &营口&,
&county&: [
&name&: &内蒙古&,
&name&: &包头&,
&county&: [
&白云鄂博&,
&达尔罕茂明安联合旗&,
&昆都仑区&,
&土默特右旗&,
&name&: &赤峰&,
&county&: [
&阿鲁科尔沁旗&,
&巴林右旗&,
&巴林左旗&,
&喀喇沁旗&,
&克什克腾旗&,
&翁牛特旗&,
&元宝山区&,
&name&: &鄂尔多斯&,
&county&: [
&达拉特旗&,
&准格尔旗&,
&鄂托克前旗&,
&鄂托克旗&,
&伊金霍洛旗&
&name&: &呼和浩特&,
&county&: [
&和林格尔&,
&土默特左旗&,
&name&: &呼伦贝尔&,
&county&: [
&陈巴尔虎旗&,
&额尔古纳&,
&鄂伦春旗&,
&鄂温克旗&,
&莫力达瓦旗&,
&新巴尔虎右旗&,
&新巴尔虎左旗&,
&name&: &通辽&,
&county&: [
&霍林郭勒&,
&科尔沁区&,
&科尔沁左翼后旗&,
&科尔沁左翼中旗&,
&扎鲁特旗&,
&巴雅尔吐胡硕&
&name&: &乌海&,
&county&: [
&海勃湾区&,
&name&: &阿拉善盟&,
&county&: [
&阿拉善左旗&,
&阿拉善右旗&,
&额济纳旗&,
&巴彦诺尔贡&
&name&: &锡林郭勒盟&,
&county&: [
&锡林浩特&,
&二连浩特&,
&阿巴嘎旗&,
&苏尼特左旗&,
&苏尼特右旗&,
&东乌珠穆沁旗&,
&西乌珠穆沁旗&,
&太仆寺旗&,
&正镶白旗&,
&name&: &兴安盟&,
&county&: [
&乌兰浩特&,
&科尔沁右翼前旗&,
&科尔沁右翼中旗&,
&扎赉特旗&,
&name&: &巴彦淖尔&,
&county&: [
&乌拉特前旗&,
&乌拉特中旗&,
&乌拉特后旗&,
&杭锦后旗&,
&那仁宝力格&
&name&: &乌兰察布&,
&county&: [
&察哈尔右翼前旗&,
&察哈尔右翼中旗&,
&察哈尔右翼后旗&,
&四子王旗&
&name&: &宁夏&,
&name&: &固原&,
&county&: [
&name&: &石嘴山&,
&county&: [
&name&: &吴忠&,
&county&: [
&name&: &银川&,
&county&: [
&name&: &中卫&,
&county&: [
&沙坡头区&,
&name&: &青海&,
&name&: &果洛&,
&county&: [
&name&: &海东&,
&county&: [
&name&: &海西&,
&county&: [
&name&: &海北&,
&county&: [
&name&: &海南&,
&county&: [
&name&: &黄南&,
&county&: [
&name&: &西宁&,
&county&: [
&name&: &玉树&,
&county&: [
&name&: &山东&,
&name&: &滨州&,
&county&: [
&name&: &德州&,
&county&: [
&name&: &东营&,
&county&: [
&name&: &菏泽&,
&county&: [
&name&: &济南&,
&county&: [
&name&: &济宁&,
&county&: [
&name&: &莱芜&,
&county&: [
&name&: &聊城&,
&county&: [
&东昌府区&,
&name&: &临沂&,
&county&: [
&name&: &青岛&,
&county&: [
&name&: &日照&,
&county&: [
&name&: &泰安&,
&county&: [
&name&: &威海&,
&county&: [
&name&: &潍坊&,
&county&: [
&name&: &烟台&,
&county&: [
&name&: &枣庄&,
&county&: [
&name&: &淄博&,
&county&: [
&name&: &山西&,
&name&: &长治&,
&county&: [
&name&: &大同&,
&county&: [
&name&: &晋城&,
&county&: [
&name&: &晋中&,
&county&: [
&name&: &临汾&,
&county&: [
&name&: &吕梁&,
&county&: [
&name&: &朔州&,
&county&: [
&name&: &太原&,
&county&: [
&name&: &忻州&,
&county&: [
&name&: &阳泉&,
&county&: [
&name&: &运城&,
&county&: [
&name&: &陕西&,
&name&: &安康&,
&county&: [
&name&: &宝鸡&,
&county&: [
&name&: &汉中&,
&county&: [
&name&: &商洛&,
&county&: [
&name&: &铜川&,
&county&: [
&name&: &渭南&,
&county&: [
&name&: &西安&,
&county&: [
&name&: &咸阳&,
&county&: [
&name&: &延安&,
&county&: [
&name&: &榆林&,
&county&: [
&name&: &上海&,
&name&: &上海&,
&county&: [
&name&: &四川&,
&name&: &阿坝&,
&county&: [
&name&: &巴中&,
&county&: [
&name&: &成都&,
&county&: [
&name&: &达州&,
&county&: [
&name&: &德阳&,
&county&: [
&name&: &甘孜&,
&county&: [
&name&: &广安&,
&county&: [
&name&: &广元&,
&county&: [
&name&: &乐山&,
&county&: [
&name&: &凉山&,
&county&: [
&name&: &泸州&,
&county&: [
&name&: &眉山&,
&county&: [
&name&: &绵阳&,
&county&: [
&name&: &南充&,
&county&: [
&name&: &内江&,
&county&: [
&name&: &攀枝花&,
&county&: [
&name&: &遂宁&,
&county&: [
&name&: &雅安&,
&county&: [
&name&: &宜宾&,
&county&: [
&name&: &资阳&,
&county&: [
&name&: &自贡&,
&county&: [
&name&: &台湾&,
&name&: &台北&,
&county&: [
&name&: &高雄&,
&county&: [
&name&: &台中&,
&county&: [
&name&: &天津&,
&name&: &天津&,
&county&: [
&name&: &西藏&,
&name&: &阿里&,
&county&: [
&name&: &昌都&,
&county&: [
&name&: &拉萨&,
&county&: [
&堆龙德庆&,
&墨竹工卡&,
&name&: &林芝&,
&county&: [
&工布江达&,
&name&: &那曲&,
&county&: [
&name&: &日喀则&,
&county&: [
&name&: &山南&,
&county&: [
&name&: &香港&,
&name&: &香港岛&,
&county&: [
&name&: &九龙半岛&,
&county&: [
&油尖旺区&,
&深水埗区&,
&九龙城区&,
&黄大仙区&,
&name&: &新界&,
&county&: [
&name&: &新疆&,
&name&: &阿克苏&,
&county&: [
&name&: &阿勒泰&,
&county&: [
&name&: &巴音郭楞&,
&county&: [
&巴音布鲁克&,
&铁干里克&,
&name&: &博尔塔拉&,
&county&: [
&阿拉山口&
&name&: &昌吉&,
&county&: [
&吉木萨尔&,
&name&: &哈密&,
&county&: [
&name&: &和田&,
&county&: [
&name&: &喀什地区&,
&county&: [
&塔什库尔干&,
&name&: &克拉玛依&,
&county&: [
&克拉玛依&,
&name&: &克孜勒苏&,
&county&: [
&name&: &塔城&,
&county&: [
&name&: &吐鲁番地区&,
&county&: [
&name&: &乌鲁木齐&,
&county&: [
&沙依巴克&,
&乌鲁木齐县&,
&name&: &伊犁&,
&county&: [
&察布查尔&,
&霍尔果斯&
&name&: &自治区直辖&,
&county&: [
&name&: &云南&,
&name&: &保山&,
&county&: [
&name&: &楚雄&,
&county&: [
&name&: &大理&,
&county&: [
&name&: &德宏&,
&county&: [
&name&: &迪庆&,
&county&: [
&香格里拉&
&name&: &红河&,
&county&: [
&name&: &昆明&,
&county&: [
&name&: &丽江&,
&county&: [
&name&: &临沧&,
&county&: [
&name&: &怒江&,
&county&: [
&name&: &普洱&,
&county&: [
&name&: &曲靖&,
&county&: [
&name&: &文山&,
&county&: [
&name&: &西双版纳&,
&county&: [
&name&: &玉溪&,
&county&: [
&name&: &昭通&,
&county&: [
&name&: &浙江&,
&name&: &杭州&,
&county&: [
&name&: &湖州&,
&county&: [
&name&: &嘉兴&,
&county&: [
&name&: &金华&,
&county&: [
&name&: &丽水&,
&county&: [
&name&: &宁波&,
&county&: [
&name&: &衢州&,
&county&: [
&name&: &绍兴&,
&county&: [
&name&: &台州&,
&county&: [
&name&: &温州&,
&county&: [
&name&: &舟山&,
&county&: [
}全部结束END。
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:12483次
排名:千里之外
原创:72篇
(17)(6)(1)(5)(3)(1)(5)(10)(15)(10)(3)}

我要回帖

更多关于 涉县吧百度贴吧 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信