2017年1月25日

python 获取日期和时间

摘要: 总结了最近学习到的time的几种方法,归纳在这里。 python 中 time 有三种格式: float, struct tuple(time.struct_time 或 datetime.datetime), str 常用的: float --> struct tuple: time.localt 阅读全文

posted @ 2017-01-25 19:24 swee632 阅读(17566) 评论(0) 推荐(0) 编辑

导航