Python3 时间time模块 Asctime 方法 Python3 时间time模块 Altzone 方法 Python3 时间time模块 Clock 方法 Python3 时间time模块 Asctime 方法 #!/usr/bin/python3 import time t = time.localtime() print ("asctime : ",time.asctime(t)) Python3 时间time模块 Altzone 方法 Python3 时间time模块 Clock 方法