github地址<a href="https://github.com/CrystalMarch" rel="nofollow" target="_blank">https://github.com/CrystalMarch</a>
![240](https://cdn2.jianshu.io/assets/default_avatar/9-cceda3cf5072bcdd77e8ca4f21c40998.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:浙江
一、基础 1、final关键词的用法 2、常见的数据类型 常见的数据类型枚举(enum)Optional值类型(value type)结构体(struct)Bool、Int、...
一、经典题 1.Swift中的常量和OC中的常量有啥区别?OC中用 const 是用来表示常量的,而 Swift 中用 let 是用来判断是不是常量。OC中的常量(const...