from flask import request @app.route('/login', methods=['GET', ... Inside templates you also have access to the config , request , session and g [1] objects ...
確定! 回上一頁