okhttp 信任所有证书(不建议使用)1.新TrustAllcert类实现X509TrustManager接口:public class TrustAllCerts implements X509TrustManager { @Override ...
確定! 回上一頁