码农库
本页PC版
首页
/
编程语言和算法
/
Python
py使用Python内置服务器
manong
2025年9月29日 17:32
新建 启动py服务器.bat,代码:
cd %~dp0 python -m http.server
即可在浏览器使用:
http://127.0.0.1:8000/
避免安装IIS。
全部回复(0)
Python
首页
|
电脑版
|