摘要: 3.19 import time current_time=time.time() local_time=time.localtime(current_time) formatted_time=time.strftime("%Y-%m-%d",local_time) print("当前日期(年-月- 阅读全文
posted @ 2025-03-30 11:53 彭66 阅读(9) 评论(0) 推荐(0)