Python 时间time asctime() 方法 Python 时间time altzone() 方法 Python 时间time clock() 方法 Python 时间time asctime() 方法 #!/usr/bin/python import time t = time.localtime() print "time.asctime(t): %s " % time.asctime(t) Python 时间time altzone() 方法 Python 时间time clock() 方法