摘要: Python常用(日期、字符串等)小方法 1、日期转换 #21号之后的改为下月1号 if int(bizDate.split("-")[2])>=21: year=int(bizDate.split("-")[0]) month=int(bizDate.split("-")[1]) if month 阅读全文
posted @ 2025-06-17 14:33 中国结 阅读(8) 评论(0) 推荐(0)