shortcut function都在django.shortcuts这个包中,主要包含有:render(), render_to_response(), redirect(), get_objects_or_404(), get_list_or_404() 1. render(request, template_name, context=None, context_instance=_context_instance_undefined, content_type=None, status=…