摘要: 主PY文件写视图函数,带id参数。 @app.route('/detail/<question_id>')def detail(question_id): quest = return render_template('detail.html', ques = quest) 首页标题的标签做带参数的 阅读全文
posted @ 2017-12-07 18:38 055刘柏坚 阅读(188) 评论(0) 推荐(0)