摘要: @app.route('/') def index(): context = { 'questions':Question.query.order_by('-creat_time').all() } return render_template('index首页.html',**context) @app.route('/detail/') def ... 阅读全文
posted @ 2017-12-02 14:34 007王俊祺 阅读(153) 评论(0) 推荐(0) 编辑