首页 新闻 会员 周边
1
回答数

已关闭问题 20 django中form表单中添加了crsf,ajax发送数据时也提供了crsf的值,为什么还是报403

视图views.py的代码: def test(request): if request.method == 'POST': print("request.body", request.body) p