Python 时间time localtime() 方法 Python 时间time gmtime() 方法 Python 时间time mktime() 方法 Python 时间time localtime() 方法 #!/usr/bin/python import time print "time.localtime() : %s" % time.localtime() Python 时间time gmtime() 方法 Python 时间time mktime() 方法