摘要: 3.19 import time t = time.gmtime() print(time.strftime("%Y-%m-%d",t)) 3.20 import time current_time = time.localtime() format1 = time.strftime("%Y年%m月 阅读全文
posted @ 2025-03-30 21:39 magixx 阅读(16) 评论(0) 推荐(0)