摘要: In addition to stored properties, classes, structures, and enumerations can define computed properties, which do not actually store a value. Instead, 阅读全文
posted @ 2018-09-13 19:30 zzfx 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 与数据结合:对数据进行操作; 与行为结合:使用原有行为生成更便捷的行为; 与协议结合:实现协议; 与类型结合:对类型数据进行操作,添加新的行为; 与关联类型、泛型结合:对类型做出限定。 阅读全文
posted @ 2018-09-13 19:21 zzfx 阅读(267) 评论(0) 推荐(0) 编辑
摘要: let components = URLComponents(url: fakeUrl, resolvingAgainstBaseURL: false)! http://10.100.140.84/m/cashboard/cost/02?yyyyMM=2018-06&tabFlag=02 - sch 阅读全文
posted @ 2018-09-13 18:15 zzfx 阅读(1162) 评论(0) 推荐(0) 编辑