class: SystemInfo
获取设备信息
func:
- appVerion()
app版本号
- systemName()
系统名称,如iPhone OS
- systemVersion()
当前系统版本号
- uuid()
唯一识别码uuid
- model()
The model of the device,如iPhone或者iPod touch
- localizedModel()
The model of the device as a localized string,类似model
deviceName()
设备型号
使用
SystemInfo.appVerion() SystemInfo.systemName() SystemInfo.systemVersion() SystemInfo.uuid() SystemInfo.model() SystemInfo.deviceName()