windows的cmd设置代理的方法 2024-10-07 作者 miiku 184 字 次阅读 条评论本文最后编辑于 前,其中的内容可能需要更新。1. 如果要给 cmd设置代理,只需要输入下面两行代码即可如果要给 cmd设置代理,只需要输入下面两行代码即可set http_proxy=http://127.0.0.1:端口号set https_proxy=http://127.0.0.1:端口号set http_proxy=http://127.0.0.1:10808set https_proxy=http://127.0.0.1:10809Enjoy it!本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可< 上一篇下一篇 >Please enable JavaScript to view the comments powered by Waline.