摘要: time模块介绍 import time # 1.用时间戳[timestamp]表示. print(time.time()) # float, 从1970年1月1日00:00:00开始按秒计算的偏移量. # 2.用时间元组[struct_time]表示. print(time.localtime() 阅读全文
posted @ 2022-07-24 21:14 Khru 阅读(15) 评论(0) 推荐(0) 编辑