用一行 python 代码做一个简单的 web 服务器

python2

python -m SimpleHTTPServer 端口号

python3

python3 -m http.server 端口号
留下你的脚步
推荐阅读