python 快速开启http服务

python -c "import SimpleHTTPServer as s; s.test();" 8000
python -m http.server

方便传文件