# webmagic-tool **Repository Path**: lj_developer/webmagic-tool ## Basic Information - **Project Name**: webmagic-tool - **Description**: 爬虫工具,爬取行政区划 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-04-11 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #爬虫工具 实现框架 webmagic(爬虫框架) hutool(常用工具类) 爬取草地类型 http://www.iplant.cn/frps/protreeajax.aspx?ID=0&p=63 启动类 src/main/java/web/grassland/Run.java 爬取行政区划 http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/2020/index.html 启动类 src/main/java/web/regionalism/Run.java