python Django 倒序返回

蛋尼的后花园 / 2023-05-15 / 原文

如何能倒序返回,reverse()好像不起作用
直接把数组reverse

return query.all()[::-1]