文件名称:django列表筛选功能的实现代码
文件大小:42KB
文件格式:PDF
更新时间:2024-02-09 19:41:44
django go ng
views,中设置请求的类型 class LawDetailView(View): def get(self, request, law_id): type = request.GET.get('type', '') law = Law.objects.get(id=law_id) return render(request, 'zcfg-detail.html', { 'law': law, 'type': type, }) templates,中设置: <div class=col-lg-12 style=margin-bottom: 20px;