request.data 包含传入的请求数据作为字符串,以防它带有Flask无法处理的mimetype。 request.args :URL查询字符串中的键/值对; request.form : ...
確定! 回上一頁