摘要: //获取设备id号 UIDevice *device = [UIDevice currentDevice];//创建设备对象 NSString *deviceUID = [[NSString alloc] initWithString:device.identifierForVendor.UUIDString]; NSLog(@"**********... 阅读全文
posted @ 2016-06-16 16:59 OIMMZC 阅读(732) 评论(0) 推荐(0)