用python查看时间
本文将展示部分Python的[time库](https://51tbox.com/)使用方式,欢迎各位大神在评论区补充! [time库](https://51tbox.com/)是Python中处理时间的标准库计算机时间的表达 ``` import time # 当前时间,1970.1.1 秒 t1 = time.time() print(t1) # loacl 本地的 t...
本文将展示部分Python的[time库](https://51tbox.com/)使用方式,欢迎各位大神在评论区补充! [time库](https://51tbox.com/)是Python中处理时间的标准库计算机时间的表达 ``` import time # 当前时间,1970.1.1 秒 t1 = time.time() print(t1) # loacl 本地的 t...