Linux记录-使用python临时搭建web服务器

  1. python2: python -m SimpleHTTPServer 8888 

  2. python3: python -m http.server 8888

    wget   ip:8888/文件

posted @ 2019-03-01 20:46  信方  阅读(1355)  评论(0编辑  收藏  举报