```today_current = datetime.now()before_2hour = today_current + timedelta(hours=-2)param = before_2hour.strftime("%Y-%m-%d %H:%M:%S"))```配置文件使用datetime作为参数,但每次的时间都是一样的。如何修复它
添加回答
举报
0/150
提交
取消