Android关于webview中的cookie enable问题 yangjing_hit 2018-10-29 713 阅读1分钟 CookieManager cookieManager = CookieManager.getInstance(); if (Build.VERSION.SDK_INT >21) { cookieManager.setAcceptThirdPartyCookies(mWebView,true); cookieManager.acceptThirdPartyCookies(mWebView); }