下面的示例說明sleep()方法的使用。 #!/usr/bin/python3 import time. print ("Start : %s" % time.ctime()) time.sleep( 5 )
確定! 回上一頁