werkzeug.exceptions.BadRequestKeyError: 400 Bad Request while trying to get values from textareas with Flask

前端 未结 0 1138
走了就别回头了
走了就别回头了 2020-12-28 18:32

I try to get values from textareas on the web page:

@app.route(\'/\', methods=[\'POST\', \'GET\'])
def index():
    web_url = request.form[\'url_text\']
    w         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题