python -m SimpleHTTPServer 8080 快速搭建http服务
摘要:Python 快速搭建http服务 https://www.python.org/downloads/ <!-- 官方Python下载链接 --> 进入项目路径 进入项目所在的路径 <!-- 使用命令行或终端进入你的项目路径 --> 使用Python启动简单的HTTP服务器 sudo python
阅读全文
posted @ 2021-12-24 15:48