city-division-table
v1.0.1
Published
中国城市核心区域划分和城市级别划分表格
Maintainers
Readme
城市区域划分表格
中国城市核心区域划分和城市级别划分表格的HTML实现。
安装
npm install city-division-table使用方法
const { getCityDivisionTable, getHtmlFilePath } = require('city-division-table');
// 获取HTML内容
const htmlContent = getCityDivisionTable();
console.log(htmlContent);
// 获取HTML文件路径
const filePath = getHtmlFilePath();
console.log(filePath);功能特性
- 核心区域划分表格
- 城市级别划分说明
- 响应式设计
- 清晰的表格样式
许可证
MIT
