【发布时间】:2017-11-13 02:30:18
【问题描述】:
http://docs.nwjs.io/en/latest/References/App/#appsetproxyconfigconfig-pac_url 我在这里了解到可以在 nw.js 中设置 https 代理。但是我的简单脚本不起作用。初始化后,我在浏览器中访问了一个页面,但我的 IP 没有改变。我做错了什么?
<script>
var gui = require('nw.gui');
gui.App.setProxyConfig("https=uk.freevpn.pw:443");
</script>
【问题讨论】:
标签: javascript node.js node-webkit nw.js