使用Python部署临时下载站 0,python2.x使用方法1python -m SimpleHTTPServer 8889 //*默认端口: 8000 1,python3.x使用方法1python3 -m http.server 8999 ...