Ban*_*ngs 15
NSString *strName = [[UIDevice currentDevice] name];
NSLog(@"%@", strName);//e.g. "My iPhone"
NSString *strSysName = [[UIDevice currentDevice] systemName];
NSLog(@"%@", strSysName);// e.g. @"iOS"
NSString *strSysVersion = [[UIDevice currentDevice] systemVersion];
NSLog(@"%@", strSysVersion);// e.g. @"4.0"
NSString *strModel = [[UIDevice currentDevice] model];
NSLog(@"%@", strModel);// e.g. @"iPhone", @"iPod touch"
NSString *strLocModel = [[UIDevice currentDevice] localizedModel];
NSLog(@"%@", strLocModel);// localized version of model
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2117 次 |
| 最近记录: |