摘要: 主PY文件写视图函数,带id参数。 @app.route('/detail/<question_id>')def detail(question_id): quest = return render_template('detail.html', ques = quest) @app.route(' 阅读全文
posted @ 2017-12-07 11:00 017黄乐仪 阅读(118) 评论(0) 推荐(0) 编辑