Django 的filter、exclude 等方法使得对数据库的查询很方便了。 ... b = Book.objects.filter(name__startswith="Django").annotate(num_authors= ...
確定! 回上一頁