Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如标题中提到的,我希望当前页面的内容在从挂起状态转为运行状态时刷新,但前提是从我进入挂起状态经过 5 分钟。如何在应用程序暂停时计算时间,并且当应用程序暂停时,常规计时器可能不会继续运行?
请问有什么想法吗?
挂起时将系统时间保存在本地数据文件夹中的某个位置,然后读取保存的时间并将其与下次运行时的系统时间进行比较。
5 分钟,这就是你需要的分辨率。