使用Python部署临时下载站


0,python2.x使用方法

1
python -m SimpleHTTPServer 8889    //*默认端口: 8000

Snipaste_2019-12-20_15-37-06.png

1,python3.x使用方法

1
python3 -m http.server 8999        //*默认端口: 8000

Snipaste_2019-12-20_15-36-10.png