[NS : harper] Linux快速部署临时http服务器

📌一键共享文件的完整步骤:1.进入你要共享的目录cd/path/to/2.启动临时HTTP服务器python3-mhttp.server8000​📢输出:ServingHTTPon0.0.0.0port8000( http://0.0.0.0 :8000/)...​👉这就表示服务已经跑起来了。🖥️3.在Wind
 
 
Back to Top