ios - OC中定义了全局变量 BOOL close[30];在swift中应该怎样定义?
PHP中文网
PHP中文网 2017-04-18 09:47:24
0
1
739

OC中定义了全局变量 BOOL close[30];在swift中应该怎样定义?

PHP中文网
PHP中文网

认证0级讲师

reply all(1)
大家讲道理

As follows, the initialization of the Bool array is all false and the length is 30

// 在全局区域
public var close = [Bool](repeating: false, count: 30)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template