摘要: 常用模块的使用 1. time模块 import time *一*#时间戳--》结构化时间--》格式化的字符串时间 res1=time.localtime(654126574) print(res1 ) #res1 time.struct_time(tm_year=1990, tm_mon=9, t 阅读全文
posted @ 2021-08-16 20:44 迪迦张 阅读(31) 评论(0) 推荐(0) 编辑