Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将图像和一些文本参数一起发送到 Flask 服务器(HTTP POST)。
如何使用 Flask 接收两者(例如保存图像并打印文本)?
request.data像任何其他表单数据一样访问它们。
request.data