摘要: Java如何设置代理ip 第一种,直接在JVM中设置: /*JVM设置代理*/ System.getProperties().setProperty("http.proxyHost", ip); System.getProperties().setProperty("http.proxyPort", 阅读全文
posted @ 2021-04-07 11:36 xiexie0812 阅读(1770) 评论(0) 推荐(0)