Django models 筛选不等于目前的查询j = Job.objects.filter(status=”0“).all()筛选不等于0 并不能用如下写法j = Job.objects.filter(status !
確定! 回上一頁