让Python脚本暂停执行的几种方法(小结)
1.time.sleep(secs)
参考文档原文:
Suspendexecutionforthegivennumberofseconds.Theargumentmaybeafloatingpointnumbertoindicateamoreprecisesleeptime.Theactualsuspensiontimemaybelessthanthatrequestedbecauseanycaughtsignalwillterminatethesleep()followingexecutionofthatsignal'scatchingroutine.Also,thesuspensiontimemaybelongerthanrequestedbyanarbitraryamountbecauseoftheschedulingofotheractivityinthesystem.
大意:
让程序执行暂停指定的秒数,参数可以是浮点型以指定精确的时间,但是程序真正暂停的时间可能长于请求的时间也可能短于暂停的时间。
2.raw_input()
通过等待输入来让程序暂停
3.os.system("pause")
通过执行操作系统的命令来让程序暂停,该函数是通过实现标准C函数system()来实现的。
Python2.4新加入了subprocess模块,而且官方建议使用改模块替换os.system所以,也可以这样写:
subprocess.call("pause",shell=True)
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持毛票票。
热门推荐
7 简短的二胎祝福语
10 简短霸气女儿生日 祝福语
11 祝福语高考小众诗句简短
12 元旦祝福语20秒简短
13 老师过年祝福语大全 简短
14 一生祝福语简短
15 产检祝福语简短霸气
16 朋友店开张祝福语简短
17 生日爱情祝福语大全简短
18 朋友女儿生日祝福语 简短