+ (NSString*) stringWithUUID
{
CFUUIDRefuuidObj = CFUUIDCreate(nil);//create a new UUID
//get the string representation of the UUID
NSString*uuidString = (NSString*)CFUUIDCreateString(nil, uuidObj);
CFRelease(uuidObj);
return [uuidString autorelease];
}
黄锦
Email: hj@s-tuan.com
关注移动互联网,电子商务