我确信有更简单的方法可以做到这一点,但我不确定为什么我不断收到 TypeError。
import datetime
getdate = datetime.date.today()
thirty = datetime.timedelta(days=30)
last_month = getdate - thirty
print json.dumps(api.get_zone_stats(3, "daily", "%s", "%s" %(last_month, getdate)))
回溯(最近一次通话最后一次):...
TypeError:字符串格式化期间并非所有参数都转换了