使用pyton在本地指定目录模拟服务器

1.cd 到指定目录

2.运行命令

  python 3之前 

python -m SimpleHTTPServer  &

  python 3+

python -m http.server  &

3.运行后:

使用pyton在本地指定目录模拟服务器

4.在浏览器输入   http://localhost:8888/.     测试,然后就可以浏览网页

上一篇:zabbix目录


下一篇:zk日常运维管理