headers = {"Content-Disposition": "attachment;filename=myname.pdf"} return Response(pdf, mimetype="application/pdf", headers=headers) ...
確定! 回上一頁