# 将其序列化
from
django.core import serializers customers = serializers.serialize("json", customers)

 

相关文章: