Search
Preparing search index...
The search index is not available
@mtgoo/ctool
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
UUID
Class UUID
生成唯一ID
description
参考:https://stackoverflow.com/questions/105034/how-to-create-guid-uuid
example
const
id = UUID.create_v4();
Hierarchy
UUID
Index
Methods
create_
v4
Methods
Static
create_
v4
create_
v4
(
)
:
string
uuidv4
Returns
string
Globals
UUID
create_
v4
Generated using
TypeDoc
生成唯一ID
参考:https://stackoverflow.com/questions/105034/how-to-create-guid-uuid
const id = UUID.create_v4();