新建 启动py服务器.bat,代码:
cd %~dp0 python -m http.server
即可在浏览器使用:
http://127.0.0.1:8000/
避免安装IIS。