摘要: 一、序列化和反序列化 ``` #coding=utf-8from django.http import HttpResponsefrom django.views import Viewimport jsonpickle class User(object): def __init__(self,u 阅读全文
posted @ 2020-05-24 10:15 小熊尤里 阅读(167) 评论(0) 推荐(0)