2017年12月19日
摘要: py: ... # 跳转首页搜索 @app.route('/search/') def search(): sousuo = request.args.get('sousuo') # args获取关键字,区别form fabus = Fabu.query.filter( or_( # 两种查询条件 阅读全文
posted @ 2017-12-19 09:43 L文斌 阅读(145) 评论(0) 推荐(0) 编辑