摘要: ```python import time import datetime ``` ###三种常用时间形式 ```python # 时间戳 timer = time.time() # 格式化的字符串时间 struct_time = time.strftime('%Y-%m-%d %X') struc 阅读全文
posted @ 2020-08-11 17:44 cnblogs用户 阅读(1559) 评论(0) 推荐(0) 编辑