在线生成唯一标识符,支持多种UUID版本和格式,批量生成功能
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
UUID (Universally Unique Identifier) 是一种128位的唯一标识符,广泛用于分布式系统中标识信息。
crypto.randomUUID()
import uuid; uuid.uuid4()
UUID.randomUUID()