Posts tagged with "value()"
There are a total of 1 posts.
Django QuerySet的 `.values()` 方法是什麼?
Published 二月 01, 2025 by whitedec
Django的 .values() 方法提供選擇特定字段返回QuerySet的功能,並且對性能優化非常有用。了解 .values_list() 和使用方法的區別。
#django , #orm , #queryset_method , #value()