[Solution found!] from flask import request request.headers.get('your-header-name') request.headers 行为就像字典,因此您也可以像使用任何字典一样获取标头: ...
確定! 回上一頁