首页  >  问答  >  正文

python - flask写tag页面,URL中有中文访问就出错。flask运行在windows2012 iis8下。在linux就没有这种问题

我觉的是编码的问题,可是各种编码解码都上了,还是出错。

有人出现这问题么?有解决办法么?不要让我换linux下啊。。。。

@app.route('/s/<string:name>')
@app.route('/s/<string:name>/<int:pn>')
def tags(name,pn=1):
    es = es.search(index="xxxx", body={'query':{'match':{'title':name}}}, size=20)
    res = res['hits']['hits']
    return render_template('tags.html', res=res)
怪我咯怪我咯2741 天前421

全部回复(0)我来回复

暂无回复
  • 取消回复