快速提供静态页面HTTP服务
比如需要提供的页面存放在 D:\home\admin,有3个文件,index.html a.html hello.html
1、只需要在当前目录执行
2、现在就可以访问了,访问地址
比如需要提供的页面存放在 D:\home\admin,有3个文件,index.html a.html hello.html
1、只需要在当前目录执行
python -m SimpleHTTPServer 【4087】
2、现在就可以访问了,访问地址
http://localhost:4087
会默认访问index.html