摘要: 1.Django序列化 DRF的核心 就是 前后端分离的核心 前后端分离开发的核心: 将模型转换为json 称之为 序列化 将json转换为模型 称之为 反序列化 2.创建模型 '''models.py''' from django.db import models class User(model 阅读全文
posted @ 2020-10-27 19:24 Daniel* 阅读(347) 评论(0) 推荐(0) 编辑