Call flask.redirect(location) with location set to the desired URL to redirect to it. ... def new_url(): return 'This is a new location!' ... HTTP 200 OK Content- ...
確定! 回上一頁