1. python2: python -m SimpleHTTPServer 8888 

  2. python3: python -m http.server 8888

    wget   ip:8888/文件

相关文章:

  • 2021-10-05
  • 2021-10-26
  • 2021-07-03
  • 2021-11-19
  • 2021-10-16
  • 2021-09-26
  • 2021-06-21
  • 2022-01-27
猜你喜欢
  • 2021-08-20
  • 2021-12-24
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
相关资源
相似解决方案