摘要: 首先导入四个头文件#include #include #include #include 获取设备型号:+ (NSString *) platform{ size_t size; sysctlbyname("hw.machine", NULL, &size, NULL, 0); c... 阅读全文
posted @ 2015-12-11 10:59 简丛 阅读(902) 评论(0) 推荐(0) 编辑