For find() you can do: Cars.objects(model=2013). And for find_one() you can do: Cars.objects.get(model=2013).
確定! 回上一頁