- 顯示全部評論
{% for foo in ques.comments %}
- 全部評論排序
uquestion = db.relationship('Question', backref=db.backref('comments', order_by=creat_time.desc))
- 顯示評論條數
{{ ques.comments|length }}
- 完成我的中心
1.我的中心的頁面佈局(html文件及相應的樣式文件)html
2.定義視圖函數def usercenter(user_id):前端
3.向前端頁面傳遞參數ide
4.頁面顯示相應數據函數
發佈的所有問答佈局
發佈的所有評論htm
我的信息排序
5.各個頁面連接到我的中心ip