有谁知道烧瓶重定向是否能够在新标签中打开链接/ URL?
@app.route('/test') def my_page(): return redirect('http://mylink.com', 301)
我想如果mylink网站在新标签中打开,有什么见解吗?
python flask
flask ×1
python ×1