摘要: 1.显示所有评论{% for foo in ques.comments %} 2.所有评论排序uquestion = db.relationship('Question', backref=db.backref('comments', order_by=creat_time.desc)) 3.显示评 阅读全文
posted @ 2017-12-12 12:43 064黄庚华 阅读(181) 评论(0) 推荐(0) 编辑