通过代码模拟iphone的号码
答案 0 :(得分:3)
UIDevice *myCurrentDevice = [UIDevice currentDevice];
NSLog(@"%@", [myCurrentDevice model]);
NSLog(@"%@", [myCurrentDevice systemName]);
NSLog(@"%@", [myCurrentDevice systemVersion]);
//结果
iPhone
iPhone OS
3.1.2