android开发,用webview打开本地html网页时,怎么清除缓存

2024-12-03 08:01:54
推荐回答(1个)
回答(1):

android开发,用webview打开本地html网页时,清除缓存的方法
在oncreate 加上 CookieSyncManager.createInstance(this); CookieSyncManager.getInstance().startSync(); CookieManager.getInstance().removeSessionCookie();