摘要:
#!/usr/bin/pythontimesnap = 1558454400000calc_days = 16start_month = 5start_day = 22num =22start_m_days=31for j in range(calc_days) : if start_day +1+ 阅读全文
摘要:
uuid生成随机数据 :str(uuid.uuid1()) 时间戳化成字符串:timeStr=time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(时间戳)) 日期格式化,前面补0显示:str(start_day).zfill(2) 写文件,追加的方式: 阅读全文