Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以将在您的网页上运行的 javafx 应用程序配置为使用代理服务器,即使 Web 浏览器未配置为使用代理服务器
浏览器中的应用程序通常受到限制,可以使用打开 Sockets 等操作。
如果您已签署具有更广泛安全权限的应用程序,您可以为其设置代理设置,例如:
System.setProperty("http.proxyHost", "my-proxy.com"); System.setProperty("http.proxyPort", "80");