摘要: ```py import time import datetime def CalTime(date1, date2): # %Y-%m-%d %H:%M:%S为日期格式 # date1 = time.strptime(date1, '%Y-%m-%d %H:%M:%S') # date2 = ti 阅读全文
posted @ 2023-06-29 16:28 wstong 阅读(217) 评论(0) 推荐(0) 编辑