var areaJson22 = {
"id": "0",
"name": "全国",
"parentId": null,
"checked": false,
"isParent": "true",
"icon": null,
"type": null,
"lng": null,
"lat": null,
"level": 0,
"pinyin": "qg",
"position": null,
"children": [{
"id": "110000",
"name": "北京",
"parentId": "0",
"checked": false,
"isParent": "true",
"icon": null,
"type": null,
"lng": "116.405289",
"lat": "39.904987",
"level": 1,
"pinyin": "bj",
"position": "tr_0",
"children": [{
"id": "110100",
"name": "北京市",
"parentId": "110000",
"checked": false,
"isParent": "true",
"icon": null,
"type": null,
"lng": "116.405289",
"lat": "39.904987",
"level": 2,
"pinyin": "bjs",
"position": "tr_0 tr_110000",
"children": [{
"id": "110101",
"name": "东城区",
"parentId": "110100",
"checked": false,
"isParent": "false",
"icon": null,
"type": null,
"lng": "116.418755",
"lat": "39.917545",
"level": 3,
"pinyin": "dcq",
"position": "tr_0 tr_110000 tr_110100",
"children": [ ],
"open": false
},
{
"id": "110102",
"name": "西城区",
"parentId": "110100",
"checked": false,
"isParent": "false",
"icon": null,
"type": null,
"lng": "116.366791",
"lat": "39.91531",
"level": 3,
"pinyin": "xcq",
"position": "tr_0 tr_110000 tr_110100",
"children": [ ],
"open": false
}
]
}]
}]
};
console.log(posJson);

最新文章

  1. C# 隐藏标题栏 调整大小 并且移动窗口
  2. OC 入门
  3. jquery时间倒计时
  4. IOS 按比例裁剪图片
  5. 初识 Asp.Net内置对象之Server对象
  6. ‘char *' differs in levels of indirection from 'int'
  7. Silverlight 图表下载到Excel文件中
  8. 国内好用的公用DNS 服务器。
  9. cad移动图案
  10. HttpClient使用详解
  11. JS高程5.引用类型(5)Array类型的操作方法
  12. KVO的概述与使用
  13. JQ万能轮播图
  14. Numpy系列(一)- array
  15. python learning day01
  16. Samba简介与配置(匿名&本地用户验证)
  17. 根据异常自定义处理逻辑(【附】java异常处理规范)
  18. sql 内连接 子查询 合并查询
  19. Linux env命令详解
  20. C# 数字证书 RSA加密解密 加签验签

热门文章

  1. 【Python之路】第二十四篇--爬虫
  2. mysql 中 select中 用case
  3. Logstash Reference Getting started with Logstash
  4. access variables from the global scope 在全局范围内访问变量的2种方法
  5. 2015-03-10——简析javascript对象
  6. spring 实现定时任务
  7. 华为大数据项目fusionInsight
  8. beego——多种格式的数据输出
  9. dymaic方式的Json序列化
  10. maven依赖排除、顺序原则、版本统一管理