cd 到某一文件
Python内置的服务器:
E:\myObject\office\netObject\new-gcms> python -m SimpleHTTPServer 8888
如果是Python 3+
python -m http.server 8888
当本地服务器运行起来时,即可访问 http://localhost:8888/
原文地址:https://www.cnblogs.com/lvshoutao/p/9463073.html
时间: 2024-10-08 10:33:42