2009-10-25 80 views

回答

3
UIDevice *myCurrentDevice = [UIDevice currentDevice]; 

NSLog(@"%@", [myCurrentDevice model]); 
NSLog(@"%@", [myCurrentDevice systemName]); 
NSLog(@"%@", [myCurrentDevice systemVersion]); 

//导致

iPhone
iPhone OS
3.1.2