PowerShell命令行设置代理 发表于 2026-08-22 阅读次数: 本文字数: 153 阅读时长 ≈ 1 分钟 $env:all_proxy="socks5://127.0.0.1:1080"或者 12$env:http_proxy="http://127.0.0.1:8118"$env:https_proxy="http://127.0.0.1:8118"