Does anyone know if flask redirect is able to open a link / URL in a new tab?
@app.route(\'/test\')
def my_page():
return redirect(\'http://mylink.com\',
- 热议问题