Properties prop = System.getProperties();
String proxyHost =
"localhost";
String proxyPort =
"8118";
prop.put(
"proxyHost", proxyHost);
prop.put(
"proxyPort", proxyPort);
prop.put(
"proxySet",
"true");
OkGo.init(
this);
转载请注明原文地址: https://www.6miu.com/read-8469.html