标签: python flask
我使用帖子数据http://127.0.0.1:5000/download/get/向url=ABCD发送请求。
http://127.0.0.1:5000/download/get/
url=ABCD
我如何在密钥ABCD中获得价值url?
ABCD
url
这是我的代码:
@app.route('/download/get/', methods = 'POST') def get(): URL = # Something return URL
抱歉我的英文。