使用Python创建简单的HTTP服务

在某个目录下执行, 该目录即是 /

python -m SimpleHTTPServer 80
pip install psutil