0%

time

本文是关于 Python 中 time 库的一些介绍说明。time 库是 Python 自带的一个常用的与时间有关的库。

1
2
import time
print(time.strftime("%Y.%m.%d %H:%M:%S")) # 2022.07.12 14:48:35
阅读全文 »