📜  linux 启动简单的 http 服务器 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:50:55.147000             🧑  作者: Mango
代码示例1
python -m SimpleHTTPServer
# or the Python 3 equivalent
python3 -m http.server