ホームページ  >  に質問  >  本文

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日前419

全員に返信(0)返信します

応答なし
  • キャンセル返事