python启动简单httpserver Yangyou 2019-11-07 Python python31python3 -m http.server --bind 127.0.0.1 8080 python21python -m SimpleHTTPServer 8000