摘要: /** * 取设备型号标识符,e.g. iPhone8,1 * * @return 设备型号标识符 */ - (NSString *_Nonnull)identifier { struct utsname systemInfo; uname(&systemInfo); NSString *platform = [NSString stringWithCStri... 阅读全文
posted @ 2019-05-26 00:44 superCPP 阅读(568) 评论(0) 推荐(0)