Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何使用 iOS 创建 RFC 4122 投诉 UUID(版本 1,基于时间)?
这是and使用的底层库的手册页。它包含基于时间的创建功能:CFUUIDNSUUID
CFUUID
NSUUID
#include <uuid/uuid.h> uuid_generate_time(uuid_t);
它也包含在 iOS 中。