怎麼停止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學習網,歡迎線上學習!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/2334/viewspace-2835697/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python指令碼開頭怎麼寫Python指令碼
- SQL Server停止指令碼SQLServer指令碼
- 怎麼用python寫簡單的遊戲指令碼?Python遊戲指令碼
- storm叢集啟動停止指令碼ORM指令碼
- 指令碼語言怎麼理解指令碼
- python中怎樣執行指令碼Python指令碼
- 怎麼停止spyder執行的程式
- python字串怎麼解碼?Python字串
- shell指令碼監控啟動停止weblogic服務指令碼Web
- petstore 的資料庫指令碼怎麼沒找到???資料庫指令碼
- python程式碼怎麼封裝Python封裝
- python 常用指令碼Python指令碼
- 分析 Python 指令碼Python指令碼
- 19、python 指令碼Python指令碼
- 安卓手機軟體停止運怎麼辦安卓
- 怎樣在windows上定時執行python指令碼WindowsPython指令碼
- 用 Cloud Performance Test 怎麼錄製測試指令碼CloudORM指令碼
- 用 Cloud Performance Test怎麼錄製測試指令碼CloudORM指令碼
- 公司網站顯示指令碼錯誤怎麼辦網站指令碼
- Python指令碼和網頁有什麼區別?Python指令碼網頁
- Python爬蟲指令碼Python爬蟲指令碼
- PYTHON測試指令碼Python指令碼
- Python小指令碼1Python指令碼
- sqlplus執行指令碼時遇到錯誤自動停止SQL指令碼
- win8系統停止服務怎麼辦
- centos7停止維護後怎麼換源?CentOS
- linux crontab下的指令碼不執行怎麼辦Linux指令碼
- 想在指令碼里面執行su命令,怎麼才能實現?指令碼
- Beego: 怎麼在 c.ServeJSON() 後馬上停止GoJSON
- Windows XP停止更新後你還想用該怎麼辦?Windows
- 為什麼Python停止執行?該如何應對?Python
- Python指令碼秒換桌布Python指令碼
- Python指令碼練習一Python指令碼
- python效能測試指令碼Python指令碼
- crontab排程Python指令碼Python指令碼
- 短視訊指令碼怎麼寫?6個套路一鍵搞定指令碼
- 你所寫過的最好的Python指令碼是什麼?Python指令碼
- Shell指令碼語言是什麼?運維工程師前景怎麼樣指令碼運維工程師