-
-
[求助]求助大家看下这个代码,删除是是啥?
-
发表于:
2017-6-5 01:48
6041
-
function 清除系统缓存()
toast("缓存文件清除中...",1);
clearCookies();
clearAllKeyChains();
os.execute("rm -rf /var/mobile/Library/Cookies/*") --清除缓存
mSleep(200);
os.execute("launchctl stop com.apple.itunesstored");--重启itunes进程
mSleep(200);
os.execute("rm -rf /var/mobile/Library/Caches/*") --清除缓存
mSleep(200);
os.execute("rm -f /var/mobile/Library/Accounts/*");
mSleep(200);
os.execute("su mobile -c uicache");
mSleep(200);
toast("缓存文件清理结束...",1);
end
这些文件里面是啥 我删除了 机器变砖头了 求助
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!