cd进要启动服务器的目录
python -m http.server 7800 (Python 3.x)
python -m SimpleHTTPServer 7998 (Pyhton2.x)

相关文章: