cd 到某一文件

 

Python内置的服务器:

E:\myObject\office\netObject\new-gcms> python -m SimpleHTTPServer 8888

如果是Python 3+

python -m http.server 8888

当本地服务器运行起来时,即可访问 http://localhost:8888/

posted on 2018-08-12 15:02  滴水冰寒  阅读(1071)  评论(0编辑  收藏  举报