直接在 目录下运行 当前的目录即可是root 目录  默认端口8000  应该可以加参数修改端口号

   Python2
   python -m SimpleHTTPServer
 
   # Python 3
   python3 -m http.server

相关文章:

  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-10-10
  • 2022-12-23
  • 2021-11-18
猜你喜欢
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案