Python快速搭建http服务

python2

python -m SimpleHTTPServer 8000

python3

python -m http.server 8000