HTTP SERVER
2.7
python -m SimpleHTTPServer python -m SimpleHTTPServer 8080 #指定端口号
3.x
python -m http.server 8000