1. 当前版本号
[UIDevice currentDevice].systemVersion
2. 当前版本号的名字
[UIDevice currentDevice].systemName
用的时候 加判断之前记得转化成 float 类型
1. 当前版本号
[UIDevice currentDevice].systemVersion
2. 当前版本号的名字
[UIDevice currentDevice].systemName
用的时候 加判断之前记得转化成 float 类型