回答

收藏

如何在 Python 中进行时间延迟

技术问答 技术问答 206 人阅读 | 0 人回复 | 2023-09-12

我想知道怎么在 Python 脚本设置时间延迟。
: P. j9 ]$ r8 \& R1 S# _                                                                  I1 r2 z! Z9 y' w+ y
    解决方案:                                                                % n. L5 n0 {4 N' N9 b% F
                                                               
    import timetime.sleep(5)   # Delays for 5 seconds. You can also use a float value.
    + R' T6 P2 b/ B% ?6 ]" h9 f
这是另一个每分钟运行一次的例子:% T6 `2 m6 X+ a; ~
    import timewhile True:    print("This prints once a minute.")    time.sleep(60) # Delay for 1 minute (60 seconds).& k# I0 z' M, l0 L
分享到:
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则