标签:cts and class between orm nbsp book 细节 style
Book.objects.filter(price__gt=100) # 查询price大于等于100的记录
Book.objects.filter(price__range=[100,200]) # 查询price在100和200之间的记录
标签:cts and class between orm nbsp book 细节 style
原文地址:https://www.cnblogs.com/zzliu/p/10535346.html