【python】输出当前时间

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

你可能感兴趣的:(Python)