from marshmallow import Schema, fields class UserSchema(Schema): name ... dump方法对应的是 load 方法,它反序列化一个字典为python数据结构。
確定! 回上一頁