摘要:
try { // 获取应用的缓存目录 File dir = getApplicationContext().getCacheDir(); // 删除缓存目录中的所有文件 deleteDir(dir); } catch (Exception e) { e.printStackTrace(); } pr 阅读全文
posted @ 2026-04-13 21:55
ganzhijie
阅读(5)
评论(0)
推荐(0)
浙公网安备 33010602011771号