用Python一键搭建Http服务器的方法

用Python一键搭建Http服务器的方法

 

Python3请看

python -m http.server 8000 &

 

Python2请看

python -m SimpleHTTPServer 8000 &

 

总之就是一条Python命令就能在当前目录起一个Http服务器,然后就可以下载文件了。嗯,Python是世界上最好的语言。

 

posted @ 2018-08-27 14:11  小学弟-  阅读(346)  评论(0编辑  收藏  举报