打印时间

import datetime

time_stamp = datetime.datetime.now()

print(time_stamp.strftime('%Y.%m.%d'))
打印时间

相关文章: