随笔分类 -  Android

摘要:public void setCookies(String cookiesPath) { Map<String, String> cookieMap = new HashMap<>(); String cookie = getSharedPreferences("cookie", Context.M 阅读全文
posted @ 2021-06-25 15:25 野兽Gentleman 阅读(268) 评论(0) 推荐(0)
摘要:伪代码贴上 @Override protected void onCreate(Bundle savedInstanceState) { mWebView = (WebView) findViewById(R.id.webview); //获得webView initWebView(); } pri 阅读全文
posted @ 2021-06-25 11:20 野兽Gentleman 阅读(164) 评论(0) 推荐(0)