摘要: 习题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( 阅读全文
posted @ 2025-03-30 18:57 渔樵伴夜归客 阅读(27) 评论(0) 推荐(0)