python 3
python -m http.server 8080
python 2
python -m SimpleHTTPServer 8080
即可以当前所在目录为Server的根目录,然后访问 http://localhost:8080/ 即可看到所有文件的列表
python -m http.server 8080
python -m SimpleHTTPServer 8080
即可以当前所在目录为Server的根目录,然后访问 http://localhost:8080/ 即可看到所有文件的列表
本文标题:Python简易的HTTP服务器
本文链接:https://www.haomeiwen.com/subject/jrucpctx.html
网友评论