>  Q&A  >  본문

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일 전417

모든 응답(0)나는 대답할 것이다

답장 없음
  • 취소회신하다