# 模块-文件共享-SimpleHTTPServer

```python
python -m SimpleHTTPServer
# 默认 8000
```
