0
点赞
收藏
分享

微信扫一扫

python3 开启http服务器

python开启http服务器,如果当前目录下,有index.html 文件,默认访问此文件,如果没有,就显示当前目录所有文件

python -m http.server 8000

 

 

python3 开启http服务器_python

 



举报

相关推荐

0 条评论