为什么当我调用这样的函数时:
function(request, **form.cleaned_data)
我可以将表单的数据作为字典发送,但是当我尝试这样做时:
data = **form.cleaned_data
我收到错误?
为什么当我调用这样的函数时:
function(request, **form.cleaned_data)
我可以将表单的数据作为字典发送,但是当我尝试这样做时:
data = **form.cleaned_data
我收到错误?