51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

脑筋急转弯

用python查看时间

用python查看时间

厉飞雨 阅读(17) 评论(0) 赞(3)

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