python 自带http服务

python2:

  python -m SimpleHTTPServer

 

python3:

  python3 -m http.server

posted @ 2017-08-11 16:01  涉谷猫猫  阅读(165)  评论(0编辑  收藏  举报