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.
有人可以解释如何在Python中使用Timer.schedule(用于调度任务)吗?
请注意,Pythontime.sleep无法在 Android 中运行。
time.sleep
time.sleep 确实适用于 Android 脚本环境(至少在最近 5 个版本左右)。我刚刚在解释器控制台上对其进行了测试。
另一方面,某些对话框(例如 makeToast)在显示时不会保留脚本执行。也许这就是为什么您可能会感到时间。睡眠不起作用。