python 自带http服务

python2:

  python -m SimpleHTTPServer

python3:

  python3 -m http.server

原文地址:https://www.cnblogs.com/mkxzy/p/7346400.html