cd进要启动服务器的目录
python -m http.server 7800 (Python 3.x)
python -m SimpleHTTPServer 7998 (Pyhton2.x)

相关文章:

  • 2021-10-07
  • 2022-12-23
  • 2021-11-19
  • 2021-12-19
  • 2022-02-03
  • 2021-08-27
  • 2021-08-12
  • 2021-12-05
猜你喜欢
  • 2021-10-13
  • 2021-06-20
  • 2021-10-08
  • 2021-11-30
  • 2022-01-07
  • 2022-12-23
  • 2021-09-13
相关资源
相似解决方案