TypeError: 'datetime.datetime' object is not subscriptable
表示时间不是字符串,不能切片。
且没有自带的过滤器来使用。
可以使用,.strftime("%Y-%m-%d") 来处理。
tostring()不可用。