摘要: django内置序列化组件(drf前身) """前后端分离的项目,视图函数只需要返回json格式的数据即可""" from app01 import models from django.http import JsonResponse def ab_ser_func(request): # 1.查 阅读全文
posted @ 2022-12-20 19:10 雪语 阅读(48) 评论(0) 推荐(0)