def contact(request):
context = locals()
template = 'contact.html',
return render(request, template, context)
您好,我想知道是否可以基于多个条件(在动态数组中)过滤表 该函数使用数组arr()中的最后一项过滤表,我希望它可以过滤数组中的所有项目。 TRVFILTRE(fld.name)查找字段名称的列 并返回一个数字。
有一个解决方案太好了 非常感谢您的帮助