{"title": "\u901a\u8fc7Python HTTPServer\u5171\u4eab\u76ee\u5f55", "update_time": "2021-05-06 22:31:01", "tags": "python", "pid": "348", "icon": "linux.png"}
## 通过python http server快速 进入想要共享的目录,将其共享为http目录 ``` python -m http.server 8080 ```