ios —— 之获取UUID 2017-04-20 本文已影响0人 ECLAPH NSString *uuid = [[[UIDevice currentDevice] identifierForVendor] UUIDString]; NSLog(@"%@",uuid);