天天看点

Python3获取当前时间(精确到秒)

Python3获取当前时间(精确到秒):

print("当前时间: ",time.strftime('%Y.%m.%d %H:%M:%S ',time.localtime(time.time())))      

继续阅读