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.
我的问题是由于 java 中的错误,我不能使用带有 url 的 Socks4 代理。它只会给我来自 socks 服务器异常的格式错误的回复。
我试过的:
URL url = new URL("https://google.com"); URLConnection con = url.openConnection(p);
我已经用几个代理进行了尝试,以确保代理没有死。
对不起我的英语不好:D。