Python 打印时间

import time
print time.strftime("%Y-%m-%d_%H-%M-%S",time.localtime())

输出结果

2018-06-15_10-45-56

你可能感兴趣的:(python)