http://flask-sqlalchemy.palletsprojects.com/en/2.x/queries/# 、
将格式更改为: ‘questions’:Question.query.order_by(-Question.create_time).all() 就可以解决了