Python 时间time模块 Python 字典多值 Python 获得当前时间 Python 时间time模块 #!/usr/bin/python import time; # This is required to include time module. ticks = time.time() print "Number of ticks since 12:00am, January 1, 1970:", ticks Python 字典多值 Python 获得当前时间