摘要: rawValue 用于swift中的enum(枚举),用于取枚举项的原始值,例如: enum Category: String, CaseIterable, Codable, Hashable { case featured = "Featured" case lakes = "Lakes" cas 阅读全文
posted @ 2022-09-23 14:11 码出境界 阅读(544) 评论(0) 推荐(0) 编辑