2017-07-05 45 views

回答

0

用途:

CookieManager cookieManager = CookieManager.getInstance(); 
     if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) { 
      CookieSyncManager.createInstance(this); 
     } 
     cookieManager.setAcceptCookie(true); 

,並會沒事的。

相關問題