局域网中互传文件

windows

你可以利用 Python 快速临时开启一个 HTTP 服务:
在目标文件夹内打开 PowerShell。
输入:python -m http.server 8000
这样就开通了局域网中的 http 服务。