标签:style color sp for div bs nbsp br ui
_currentDeviceID = [[self getDeviceID] UUIDString];
// 1、获取设备唯一标识:
- (NSUUID*) getDeviceID
{
UIDevice *device = [UIDevice currentDevice];
return device.identifierForVendor;
}
标签:style color sp for div bs nbsp br ui
原文地址:http://www.cnblogs.com/huangh/p/4155914.html