搜索
string(): string
UUID 模块提供了简便的方法来生成唯一的 UUID 字符串。
UUID
生成一个新的 UUID(通用唯一标识符)字符串。
"550e8400-e29b-41d4-a716-446655440000"
1const id = UUID.string() 2console.log('生成的 UUID:', id)