cd 到某一文件

 

Python内置的服务器:

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

如果是Python 3+

python -m http.server 8888

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

相关文章:

  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2021-08-29
  • 2022-12-23
  • 2021-07-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2021-11-26
  • 2022-12-23
  • 2021-06-13
  • 2022-12-23
相关资源
相似解决方案