Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 349 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 349 Bytes

tenement

利用高德API + Python 解决租房问题

参考链接

1.进入tenement/rent_proj/ 运行crawl.oy

cd tenement/rent_proj
python crawl.py

2.运行输入 python -m http.server 3000 打开服务器,浏览器访问 http://localhost:3000 查看效果。

python -m http.server 3000