python -m http.server
本帖最后由 Note 于 2020-6-18 10:39 编辑- 一行命令快速搭建超简单的http服务 https://cuijiahua.com/blog/2018/07/trick-7.html
- 使用Python一分钟内搭建HTTP服务器 https://www.examplecode.cn/2019/04/26/python-http-server/
python -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
页:
[1]