django 序列化

序列化對象  序列化QuerySet 字典 序列化 QuerySet 元組 +++++++++++++++++++++++ QuerySet 集合 最外層都爲QuerySet集合 ret = Student.objects.all()  # ret 爲QuerySet集合  ****[obj,obj,obj] 集合中爲對象 value ret = Student.objects.all().val
相關文章
相關標籤/搜索