Python2中的HTTP服务器

python -m SimpleHTTPServer 8000

Python3中的HTTP服务器

python -m http.server 8000

其他相关