Package Exports
- @province-city-china/town
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@province-city-china/town) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
乡级(乡镇/街)
npm install @province-city-china/province --save-devtown.json | town.min.json | town.csv
[
{
"code": "110101001000",
"name": "东华门街道",
"province": "11",
"city": "01",
"area": "01",
"town": "001000"
},
// ...
]压缩数据说明 town.min.json
code: 'c'
name: 'n'
province: 'p'
city: 'y'
area: 'a'
town: 't'| 包名 | 说明 | 版本 | 大小 |
|---|---|---|---|
| province-city-china | 包含所有包内容 | - | |
| @province-city-china/country | 国家和地区代码列表 | ||
| @province-city-china/data | 总数据(省/地/县/乡) | ||
| @province-city-china/province | 省级(省/直辖市/特别行政区) | ||
| @province-city-china/city | 地级(城市) | ||
| @province-city-china/area | 县级(区县) | ||
| @province-city-china/town | 乡级(乡镇/街) | ||
| @province-city-china/level | 省/地/县/乡层级数据 | ||
| @province-city-china/utils | 提供使用数据方法 |