摘要: 3.19 import time t = time.gmtime() print(time.strftime("%Y-%m-%d",t)) 3.20 import time t = time.gmtime() print(time.strftime("%Y-%m-%d",t)) print(time 阅读全文
posted @ 2025-03-30 14:45 你好book 阅读(8) 评论(0) 推荐(0)