且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法获取后Ajax请求的数据蟒蛇

更新时间:2022-02-21 23:30:57

要访问瓶的表格数据,你应该使用表格请求对象的属性。

To access Flask's form data you should use the form attribute of the request object .

name=request.form['name']
data=request.form['phone']