python mount回调函数_让Python脚本暂停执行的几种方法(小结)
1.time.sleep(secs)
參考文檔原文:
Suspend execution for the given number of seconds. The argument may be a floating point number to indicate a more precise sleep time. The actual suspension time may be less than that requested because any caught signal will terminate the sleep() following execution of that signal's catching routine. Also, the suspension time may be longer than requested by an arbitrary amount because of the scheduling of other activity in the system.
大意:
讓程序執行暫停指定的秒數,參數可以是浮點型以指定精確的時間,但是程序真正暫停的時間可能長于請求的時間也可能短于暫停的時間。
2. raw_input( )
通過等待輸入來讓程序暫停
3. os.system("pause")
通過執行操作系統的命令來讓程序暫停,該函數是通過實現標準C函數system( )來實現的。
Python2.4新加入了subprocess模塊,而且官方建議使用改模塊替換os.system所以,也可以這樣寫:
subprocess.call("pause",shell=True)
以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持聚米學院。
總結
以上是生活随笔為你收集整理的python mount回调函数_让Python脚本暂停执行的几种方法(小结)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Win10系统怎么精简 Win10系统精
- 下一篇: 巨头云集的云电脑市场市面上的云电脑