摘要:
1、获取设备类型 (Iphone/ipad 几?)#import "sys/utsname.h"-(NSString*)getDeviceVersion{ struct utsname systemInfo; uname(&systemInfo); NSString *deviceString = [NSString stringWithCString:systemInfo.machine encoding:NSUTF8StringEncoding]; return deviceString;}2、获取系统时间 NSDate* date = [NSDate date 阅读全文
posted @ 2013-12-16 10:19
U_探索
阅读(2430)
评论(0)
推荐(0)

浙公网安备 33010602011771号