摘要: 1.准备视图函数search() 2.修改base.html 中搜索输入框所在的 a.<form action="{{ url_for('search') }}" method="get"> b.<input name="q" type="text" placeholder="请输入关键字"> 3. 阅读全文
posted @ 2017-12-20 20:23 004熊锋阳 阅读(169) 评论(0) 推荐(0) 编辑