[绍棠] device model name 设备名称最新

导入头文件 #import <sys/utsname.h>code   + (NSString *)deviceModelName { struct utsname systemInfo; uname(&systemInfo); NSString *deviceModel = [NSString stringWithCString:systemInfo.machine en
相关文章
相关标签/搜索