我的返回码是:
return render_to_response(
'login.html',
context_instance=RequestContext(request, locals())
)
但有时当我在装饰器中使用它时,它变成了这个并且它不起作用:
我想知道发生了什么...以及如何获取 html 代码...
我的返回码是:
return render_to_response(
'login.html',
context_instance=RequestContext(request, locals())
)
但有时当我在装饰器中使用它时,它变成了这个并且它不起作用:
我想知道发生了什么...以及如何获取 html 代码...