更多可编码 MoreCodable扩展了“ Codable”的可能性。 安装 迦太基 github "tattn/MoreCodable" 可可豆 pod 'MoreCodable' 特征 DictionaryEncoder / DictionaryDecoder struct User : Codable { let id : Int let name : String } let encoder = DictionaryEncoder () let user = User ( id : 123 , name : " tattn " ) let dictionary : [