Skip to content
DOCS.IO
Main Navigation
ECMAScript
Toolkit
Environment
Appearance
Menu
Return to top
On this page
crypto
加密对象
randomUUID
js
const
uuid
=
crypto
.
randomUUID
();
// returns '005dc299-73b8-4df4-89df-029d08075179'
1
2