NewsViewController 页面 import UIKit let scrWidth = UIScreen.main.bounds.size.width // 宽度...
![240](https://cdn2.jianshu.io/assets/default_avatar/8-a356878e44b45ab268a3b0bbaaadeeb7.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:北京
NewsViewController 页面 import UIKit let scrWidth = UIScreen.main.bounds.size.width // 宽度...
1.数据类型在内存中存储: 1G = 1024MB 1MB = 1024KB 1KB = 1024B(字节) 1B =8bit(位) sizeof()函数用来获取数据类型在当...