Django视图之ORM数据库查询操作API的实例 查询表记录查询相关API操作:models.表名.objects.方法()<BR>all():查询所有结果filter(**kwargs): ORM数据库查询操作API