在Python3中,您可以使用time.sleep(seconds)使当前正在执行的Python程序进入睡眠或延迟几秒钟。 import time time.sleep(1) # delays for.
確定! 回上一頁