django orm查询

https://blog.csdn.net/weixin_40744265/article/details/88316555 http://www.javashuo.com/article/p-emhmbenx-bp.html 1. User.objects.filter(id__in=[1,2,5]) models.Tb1.objects.filter(id__lt=10, id__gt=1)
相关文章
相关标签/搜索