NSString* strVersion = [[UIDevice currentDevice] systemVersion];
float version = [strVersion floatValue];NSLog(@"version:%f", version);
NSString* strVersion = [[UIDevice currentDevice] systemVersion];
float version = [strVersion floatValue];
603

被折叠的 条评论
为什么被折叠?