cd 到某一文件
Python内置的服务器:
E:\myObject\office\netObject\new-gcms> python -m SimpleHTTPServer 8888
如果是Python 3+
python -m http.server 8888
当本地服务器运行起来时,即可访问
本文共 203 字,大约阅读时间需要 1 分钟。
cd 到某一文件
Python内置的服务器:
E:\myObject\office\netObject\new-gcms> python -m SimpleHTTPServer 8888
如果是Python 3+
python -m http.server 8888
当本地服务器运行起来时,即可访问
转载于:https://www.cnblogs.com/lvshoutao/p/9463073.html