flask redirect () 函数. 你可以用redirect() 函数把用户重定向到其它地方。 from flask import abort, redirect, url_for @app.route('/') def ...
確定! 回上一頁