摘要: 一.time 时间模块(1).time() 获取本地时间戳(2).localtime() 获取本地时间元组 (3).mktime() 通过时间元组获取时间戳(4).ctime() 获取本地时间字符串(5).asctime() 通过时间元组获取时间字符串(参数是时间元组)(6).strftime() 阅读全文
posted @ 2020-05-20 22:50 刘子豪L 阅读(79) 评论(0) 推荐(0)