Python搭建HTTP文件共享

Python3 快速创建局域网 HTTP 文件共享服务器

其中 8888 为端口(默认端口也就是8000),可以根据自己的来改动,只要不被占用就好。

1
python -m http.server 8888