python3中获取当前时间

import time

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

你可能感兴趣的:(python3中获取当前时间)