CBV 添加 csrf
第一种:
指定方法方面添加 装饰器 @memethod_decorator(xxx)
第二种
全部添加:
注意 在类名前:
@method_decorator(xxx,name='dispathch') dispatch 自动判断 是get 还是 post 方法