标签:python time
获取当前时间
>>> import time >>> print(time.strftime(‘%Y-%m-%d %H:%M:%S‘)) 2016-05-06 17:55:20
本文出自 “AMY” 博客,请务必保留此出处http://amy2015.blog.51cto.com/11407620/1770842
python模块 time
原文地址:http://amy2015.blog.51cto.com/11407620/1770842