摘要: # 自定义format dic_date = { 'ymd':'{0.year}:{0.month}:{0.day}', 'dmy':'{0.day}-{0.month}-{0.year}' } class Date: def __init__(self,year,month,day): self. 阅读全文
posted @ 2019-11-18 21:22 学python的菜鸟 阅读(187) 评论(0) 推荐(0) 编辑