摘要:
@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 19:21
06黄良龙
阅读(91)
评论(0)
推荐(0)

浙公网安备 33010602011771号