python获取当前时间时间:2022-04-05 12:06:50 import time time = time.strftime('%Y-%m-%d %H:%M:%S',time.localtime()) print("当前时间:",time) 运行结果如下:当前时间: 2017-12-23 12:50:57